diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index a9a7ad30129af11715cf9978c5f7337a2926a7a8..eb4b5c276bcd162250e528a0b1b65bc238118b16 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -815,7 +815,7 @@ class CSharpLanguage(object): return [['tools/run_tests/helper_scripts/build_csharp_coreclr.sh']] else: if self.platform == 'windows': - return [[_windows_build_bat(self.args.compiler), + return [['vsprojects\\build_vs2015.bat', 'src/csharp/Grpc.sln', '/p:Configuration=%s' % _MSBUILD_CONFIG[self.config.build_config]]] else: