Add gRPC NuGet feed

Add gRPC nightly feed which may be required to run the gRPC template in the core-sdk.
See da66edc8ff/build/sources.props (L17)
This commit is contained in:
Sourabh Shirhatti 2019-05-24 13:59:36 -07:00 committed by GitHub
parent 3f0525f614
commit e780a6f215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios (
<add key="aspnet-aspnetcore-tooling" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json" />
<add key="aspnet-entityframeworkcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json" />
<add key="aspnet-extensions" value="https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json" />
<add key="gRPC repository" value="https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev" />
</packageSources>
</configuration>
```