build everything

pull/7580/head
Jan Tattermusch 9 years ago
parent 1c0f30c4a8
commit 0a5a0cab7b
  1. 2
      tools/run_tests/build_csharp_coreclr.sh

@ -35,4 +35,4 @@ cd $(dirname $0)/../../src/csharp
# TODO(jtattermusch): introduce caching
dotnet restore .
dotnet build -f netstandard1.5 --configuration $MSBUILD_CONFIG '**/project.json'
dotnet build --configuration $MSBUILD_CONFIG '**/project.json'

Loading…
Cancel
Save