From 89341c20cca5071888b5f3eaa17f667ca02a0c41 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 19 May 2016 12:09:27 +1000 Subject: [PATCH] Fix path Former-commit-id: 12613a0fe352577889a735e6ee76744ea57feb78 Former-commit-id: 979cdf5dad10b41bb23c10f9b80e9c4ac4e86793 Former-commit-id: 2d5354db2bb0c2ef25d465cd2401448c25913462 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7b769988a6..e3e96cf1b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: v1.0.0.{build} os: Visual Studio 2015 init: -- ps: .\build\dotnet-latest.ps1 +- ps: .\dotnet-latest.ps1 - cmd: >- set PATH=C:\Program Files\dotnet\bin;%PATH%