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

add a hack

parent 74330130
Branches
Tags
No related merge requests found
......@@ -36,3 +36,7 @@ cd $(dirname $0)/../../src/csharp
dotnet restore .
dotnet build -f netstandard1.5 --configuration $MSBUILD_CONFIG '**/project.json'
# Grpc.IntegrationTesting doesn't get built by the previous command for some reason.
# TODO(jtattermusch): get rid of the hack
dotnet build -f netstandard1.5 --configuration $MSBUILD_CONFIG Grpc.IntegrationTesting/project.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment