regenerate files

pull/20202/head
Jan Tattermusch 5 years ago
parent a9243c32b5
commit 976ebbf2b7
  1. 4
      tools/dockerfile/interoptest/grpc_interop_aspnetcore/build_interop.sh

@ -37,4 +37,6 @@ then
ln -s $(pwd)/.dotnet/dotnet /usr/local/bin/dotnet
fi
dotnet build --configuration Debug Grpc.DotNet.sln
# Cloning from a local path sets RepositoryUrl to a path and breaks Source Link.
# Override RepositoryUrl to a URL to fix Source Link. The value doesn't matter.
dotnet build --configuration Debug Grpc.DotNet.sln -p:RepositoryUrl=https://github.com/grpc/grpc-dotnet.git

Loading…
Cancel
Save