aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/pre_build_csharp.bat
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-16 13:12:21 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-16 13:12:21 -0700
commiteaea5caab3e5c34eea8c17bb8df7e97796f1d5b5 (patch)
tree07199f6c9b642ccafca86180d09280a12c740759 /tools/run_tests/pre_build_csharp.bat
parent6e3084b02ce806d57225d6404a7866349e98f5c7 (diff)
parentee43d7bbb11a36c91c6f1ebff6bf3da70b7546b2 (diff)
Merge remote-tracking branch 'upstream/master' into deadline_filter
Diffstat (limited to 'tools/run_tests/pre_build_csharp.bat')
-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..f15979a96b 100644
--- a/tools/run_tests/pre_build_csharp.bat
+++ b/tools/run_tests/pre_build_csharp.bat
@@ -38,9 +38,10 @@ cd /d %~dp0\..\..
set NUGET=C:\nuget\nuget.exe
if exist %NUGET% (
+ @rem TODO(jtattermusch): Get rid of this hack. See #8034
@rem Restore Grpc packages by packages since Nuget client 3.4.4 doesnt support restore
@rem by solution
- @rem Moving into each directory to let the restores work with both nuget 3.4 and 2.8
+ @rem Moving into each directory to let the restores work based on per-project packages.config files
%NUGET% restore vsprojects/grpc_csharp_ext.sln || goto :error
cd src/csharp