We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e58ed commit 7168698Copy full SHA for 7168698
build-appveyor.cmd
@@ -3,5 +3,5 @@ ECHO APPVEYOR_REPO_TAG: %APPVEYOR_REPO_TAG%
3
ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
4
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
5
6
-CALL src\.nuget\NuGet.exe restore src\UmbracoFileSystemProviders.Azure.sln
7
-CALL "%programfiles(x86)%\MSBuild\14.0\Bin\MsBuild.exe" build\package.proj
+CALL build\tools\NuGet.exe restore src\UmbracoFileSystemProviders.Azure.sln
+CALL "%programfiles(x86)%\MSBuild\14.0\Bin\MsBuild.exe" build\package.proj
0 commit comments