Fix path in build-template-dotnet

This commit is contained in:
Brice Lambson 2015-12-28 09:36:06 -08:00
parent f1d9d74d07
commit b9a1706734
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ IF NOT EXIST %KOREBUILD_FOLDER% (
SET KOREBUILD_DOWNLOAD_ARGS=-version %KOREBUILD_VERSION%
)
.nuget\nuget.exe install KoreBuild-dotnet -ExcludeVersion -o %BUILD_FOLDER% -nocache -pre %KOREBUILD_DOWNLOAD_ARGS%
%NUGET_PATH% install KoreBuild-dotnet -ExcludeVersion -o %BUILD_FOLDER% -nocache -pre %KOREBUILD_DOWNLOAD_ARGS%
)
"%KOREBUILD_FOLDER%\build\KoreBuild.cmd" %*