Browse Source
CI fixes (#1233)
* Mimic other repo configurations.
* Test simple package source.
* Revert 2nd attempt.
pull/1237/head
Phillip Hoff
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
NuGet.config
|
|
@ -5,7 +5,8 @@ |
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> |
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> |
|
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> |
|
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> |
|
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" /> |
|
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" /> |
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
|
|
|
|
|
</packageSources> |
|
|
</packageSources> |
|
|
<disabledPackageSources /> |
|
|
<disabledPackageSources> |
|
|
|
|
|
<clear /> |
|
|
|
|
|
</disabledPackageSources> |
|
|
</configuration> |
|
|
</configuration> |
|
|
|