Merge pull request #19313 from JamesNK/jamesnk/rename-grpc-dotnet-sln

React to renaming grpc-dotnet sln
pull/19314/head
Jan Tattermusch 6 years ago committed by GitHub
commit 56bd0487d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/tools/dockerfile/interoptest/grpc_interop_aspnetcore/build_interop.sh.template
  2. 2
      tools/dockerfile/interoptest/grpc_interop_aspnetcore/build_interop.sh

@ -39,4 +39,4 @@
ln -s $(pwd)/.dotnet/dotnet /usr/local/bin/dotnet
fi
dotnet build --configuration Debug Grpc.AspNetCore.sln
dotnet build --configuration Debug Grpc.DotNet.sln

@ -37,4 +37,4 @@ then
ln -s $(pwd)/.dotnet/dotnet /usr/local/bin/dotnet
fi
dotnet build --configuration Debug Grpc.AspNetCore.sln
dotnet build --configuration Debug Grpc.DotNet.sln

Loading…
Cancel
Save