Update build_interop.sh.template

pull/20202/head
James Newton-King 5 years ago committed by GitHub
parent e318b1e56d
commit a9243c32b5
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

@ -41,4 +41,4 @@
# 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://localhost
dotnet build --configuration Debug Grpc.DotNet.sln -p:RepositoryUrl=https://github.com/grpc/grpc-dotnet.git

Loading…
Cancel
Save