Skip to content
Snippets Groups Projects
Commit 397d2d96 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

compile C# with VS2015

parent dc5e509b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment