Remove pre-release .NET 6 build sources (#16418)

* Remove pre-release .NET 6 build sources

* Update nuget.config
This commit is contained in:
Aditya Patwardhan 2021-11-10 13:00:18 -08:00 committed by GitHub
parent 23f701ca3c
commit 9cb33d48a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -6,10 +6,10 @@
"packageVersionPattern": "6.0.0", "packageVersionPattern": "6.0.0",
"sdkImageVersion": "6.0.100", "sdkImageVersion": "6.0.100",
"nextChannel": "6.0.1xx", "nextChannel": "6.0.1xx",
"azureFeed": "https://dotnetstage.blob.core.windows.net/6-0-100-rtm-21527-11-public", "azureFeed": "",
"sdkImageOverride": "6.0.100-rtm.21527.11" "sdkImageOverride": ""
}, },
"internalfeed" : { "internalfeed" : {
"url": "https://pkgs.dev.azure.com/dnceng/public/_packaging/6.0.100-rtm.21527.11-shipping/nuget/v2" "url": ""
} }
} }

View file

@ -2,9 +2,7 @@
<configuration> <configuration>
<packageSources> <packageSources>
<clear /> <clear />
<add key="dotnet" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v2" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-internal" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/6.0.100-rtm.21524.1-shipping/nuget/v2" />
</packageSources> </packageSources>
<disabledPackageSources> <disabledPackageSources>
<clear /> <clear />