Commit d754a0c4 authored by Jan Tattermusch's avatar Jan Tattermusch

Revert "overcome the global.json constraint with a hack"

This reverts commit c02346c72aafd1826b0397dbbce4ce04bf252f50.
parent 2f6443ed
...@@ -2,13 +2,4 @@ ...@@ -2,13 +2,4 @@
cd /d %~dp0\..\..\..\.. cd /d %~dp0\..\..\..\..
cd csharp cd csharp
@rem see what dotnet version is available
dotnet --version
@rem TODO(jtattermusch): Kokoro workers currently only have dotnet SDK 2.1.3
@rem so we just overwrite the SDK requirement in global.json as the results
@rem should be fully compatible.
echo { "sdk": { "version": "2.1.3" } } >global.json
call build_packages.bat call build_packages.bat
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment