aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/pre_build_csharp.bat
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-09-30 09:04:01 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-09-30 09:04:01 -0700
commit5b5c8071c6f2a7a7d3b583ab383d061d4e326a00 (patch)
treea6c3dc358bb2a711bae2cbaf9cb973426cb79bb2 /tools/run_tests/pre_build_csharp.bat
parent3299f81ea88b183396740bfdf602fb78270ea1a5 (diff)
parentbe43240564891aaa34bbd911332994fe8d197c0b (diff)
Merge master
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