aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2016-08-03 00:38:08 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2016-08-03 00:38:08 -0700
commit2717aea3874752153d0e526ac95728f937b1af31 (patch)
tree2b53e4e34502b230b7e304509c6ffa89de60cc57 /tools
parent2feec72c87b9196f19bc6ace469270f7f16b0b40 (diff)
using temporary nuget location on windows
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/pre_build_csharp.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/pre_build_csharp.bat b/tools/run_tests/pre_build_csharp.bat
index 580d5638fd..0dc22b8a1f 100644
--- a/tools/run_tests/pre_build_csharp.bat
+++ b/tools/run_tests/pre_build_csharp.bat
@@ -35,7 +35,8 @@ setlocal
cd /d %~dp0\..\..
@rem Location of nuget.exe
-set NUGET=C:\nuget\nuget.exe
+@rem TODO: change this before submitting. This is only for migrating nuget
+set NUGET=C:\nuget_temp\nuget.exe
if exist %NUGET% (
@rem Restore Grpc packages by packages since Nuget client 3.4.4 doesnt support restore