Skip to content
Snippets Groups Projects
Commit aa031d6a authored by donnadionne's avatar donnadionne
Browse files

Merge pull request #1853 from jtattermusch/fix_csharp_buildall

fix buildall.bat script
parents 7f61193c 0fcb2f20
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ setlocal
@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86
@rem Build the C# native extension
msbuild ..\..\vsprojects\grpc.sln /t:grpc_csharp_ext || goto :error
msbuild ..\..\vsprojects\grpc.sln /t:grpc_csharp_ext /p:PlatformToolset=v120 || goto :error
msbuild Grpc.sln /p:Configuration=Debug || goto :error
msbuild Grpc.sln /p:Configuration=Release || goto :error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment