From b9a170673456fedc2418868313307a6e0d1d9120 Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Mon, 28 Dec 2015 09:36:06 -0800 Subject: [PATCH] Fix path in build-template-dotnet --- build-template-dotnet/build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %*