Skip to content

Commit 7168698

Browse files
committed
Fix path for Nuget package restore
Oops, I broke the build, can I fix it from my iPhone....
1 parent a7e58ed commit 7168698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-appveyor.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ECHO APPVEYOR_REPO_TAG: %APPVEYOR_REPO_TAG%
33
ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
44
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
55

6-
CALL src\.nuget\NuGet.exe restore src\UmbracoFileSystemProviders.Azure.sln
7-
CALL "%programfiles(x86)%\MSBuild\14.0\Bin\MsBuild.exe" build\package.proj
6+
CALL build\tools\NuGet.exe restore src\UmbracoFileSystemProviders.Azure.sln
7+
CALL "%programfiles(x86)%\MSBuild\14.0\Bin\MsBuild.exe" build\package.proj

0 commit comments

Comments
 (0)