aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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