diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-10-04 17:30:39 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-10-09 17:46:17 +0200 |
commit | b07cd51ccce9bc22930b90acadea5bef3ab49d02 (patch) | |
tree | 986bf2daced2ada4eb64487f1e6b7b6d8e922f22 /tools/run_tests/helper_scripts | |
parent | 912b8ab4d49cd6cde76675d37c896e5edcf67487 (diff) |
use Ninja to build grpc_csharp_ext windows artifact
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rw-r--r-- | tools/run_tests/helper_scripts/pre_build_csharp.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/run_tests/helper_scripts/pre_build_csharp.bat b/tools/run_tests/helper_scripts/pre_build_csharp.bat index 2ae870ebb1..05c6cf0f61 100644 --- a/tools/run_tests/helper_scripts/pre_build_csharp.bat +++ b/tools/run_tests/helper_scripts/pre_build_csharp.bat @@ -32,9 +32,7 @@ cmake -G "Visual Studio 14 2015" -A %ARCHITECTURE% -DgRPC_BUILD_TESTS=OFF -DgRPC cd ..\..\..\src\csharp -if NOT DEFINED GRPC_SKIP_DOTNET_RESTORE ( - dotnet restore Grpc.sln || goto :error -) +dotnet restore Grpc.sln || goto :error endlocal |