diff --git a/tools/run_tests/pre_build_csharp.bat b/tools/run_tests/pre_build_csharp.bat
index 0dc22b8a1fb4c6dbabbea1aacf923f76fec79ff7..580d5638fda3ac1f354a517e9dc3c33ce6f6ce4e 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