React to renaming grpc-dotnet sln

pull/19313/head
James Newton-King 6 years ago
parent 741daa239a
commit 4155e9cf05
No known key found for this signature in database
GPG Key ID: A66B2F456BF5526
  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