This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 <add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
2929 <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
3030 <add key="vstest" value="https://dotnet.myget.org/F/vstest/api/v3/index.json" />
31- <add key="web-api" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
32- <add key="symreader-native" value="https://dotnet.myget.org/F/symreader-native/api/v3/index.json" />
33- <add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
31+ <add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
32+ <add key="dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
3433 ]]>
3534 </NugetConfigCLIFeeds >
3635
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public void RestoreDoesNotUseAnyCliProducedPackagesOnItsTemplates()
4747 // For testing the 2.1 templates - some of their packages are currently only in private feeds.
4848 var configFile = Path . Combine ( rootPath , "NuGet.Config" ) ;
4949 AspNetNuGetConfiguration . WriteNuGetConfigWithAspNetPrivateFeeds ( configFile ) ;
50- // For "normal" builds, once the packages needed for 2.1 templates are in the public feeds
50+ // For "normal" builds, once the packages needed for 2.1 templates are in the public feeds
5151 //var configFile = Path.Combine(RepoDirectoriesProvider.RepoRoot, "NuGet.Config");
5252
5353 foreach ( string cSharpTemplate in cSharpTemplates )
Original file line number Diff line number Diff line change 66 <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
77 <add key =" DotnetCore" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88 <add key =" aspnetcore-dev" value =" https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
9+ <add key =" dotnet-corefxlab" value =" https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
910 </packageSources >
1011</configuration >
You can’t perform that action at this time.
0 commit comments