diff --git a/build-template-dotnet/build.cmd b/build-template-dotnet/build.cmd index 72bcdff468..7018549e83 100644 --- a/build-template-dotnet/build.cmd +++ b/build-template-dotnet/build.cmd @@ -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" %*