File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 44 <add key =" disableSourceControlIntegration" value =" true" />
55 </solution >
66 <packageSources >
7- <add key =" NuGet official package source" value =" https://api.nuget.org/v3/index.json" />
8- <add key =" Katana Nightly" value =" https://dotnet.myget.org/F/katana-dev/api/v3/index.json" />
9- <add key =" Katana Nightly Release" value =" https://dotnet.myget.org/F/katana-release/api/v3/index.json" />
10- <add key =" AzureAd Nightly" value =" https://www.myget.org/F/azureadwebstacknightly/" />
7+ <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
8+ <add key =" myget-legacy" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
119 </packageSources >
1210 <disabledPackageSources />
1311 <activePackageSource >
14- <add key =" NuGet official package source " value =" https://api.nuget.org /v3/index.json" />
15- <add key =" Katana Nightly " value =" https://dotnet.myget.org/F/katana-dev/api /v3/index.json" />
12+ <add key =" dotnet-public " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json" />
13+ <add key =" myget-legacy " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget /v3/index.json" />
1614 </activePackageSource >
1715</configuration >
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ var TEST_DIR='${Path.Combine(TARGET_DIR, "test")}'
2121var SIGN_DIR='${Path.Combine(TARGET_DIR, "sign")}'
2222var PACKAGE_DIR='${Path.Combine(TARGET_DIR, "package")}'
2323
24- var NUGET_GALLERY_SOURCE='https://api.nuget.org /v3/index.json'
25- var NUGET_ASPNET_SOURCE='https://dotnet.myget.org/F/katana-dev/api /v3/index.json'
24+ var NUGET_GALLERY_SOURCE='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json'
25+ var NUGET_ASPNET_SOURCE='https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget /v3/index.json'
2626-// var NUGET_AZUREAD_SOURCE='https://www.myget.org/F/azureadwebstacknightly/'
2727var NUGET_AZUREAD_SOURCE=''
2828
You can’t perform that action at this time.
0 commit comments