From b561102794ed4a779313e03512d5f79788fe185f Mon Sep 17 00:00:00 2001
From: Alexander Polcyn <apolcyn@google.com>
Date: Fri, 5 Aug 2016 09:41:49 -0700
Subject: [PATCH] change location of nuget back to normal

---
 tools/run_tests/pre_build_csharp.bat | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/run_tests/pre_build_csharp.bat b/tools/run_tests/pre_build_csharp.bat
index 0dc22b8a1f..580d5638fd 100644
--- a/tools/run_tests/pre_build_csharp.bat
+++ b/tools/run_tests/pre_build_csharp.bat
@@ -35,8 +35,7 @@ setlocal
 cd /d %~dp0\..\..
 
 @rem Location of nuget.exe
-@rem TODO: change this before submitting. This is only for migrating nuget
-set NUGET=C:\nuget_temp\nuget.exe
+set NUGET=C:\nuget\nuget.exe
 
 if exist %NUGET% (
   @rem Restore Grpc packages by packages since Nuget client 3.4.4 doesnt support restore
-- 
GitLab