We decided to use Azure Artifacts feeds to store the assets we produce during internal builds. Testing revealed that nuget restore doesn't support private feeds that are defined in RestoreSources, and instead it expects ALL sources to be specified in NuGet.config.
We need repo owners to complete a two-part work explained bellow in the following parts:
- Copy the list of feeds from
Version.props
file toNuGet.config
file in the repository root. Keep the feeds inVersion.props
file - Update the Status of your repo in the table bellow to "Part 1 complete"
- Once all repos have completed Part 1, #3041 will be merged and changes propagated to all repos
- Arcade working group member will inform that #4 is complete and will inform the working group that Part 2 can be done
- Delete the code that sets
RestoreSources
inVersion.props
- Make sure your repo doesn't need any of the feeds removed here. If https://api.nuget.org/v3/index.json is not in NuGet.config we recommend it is added
- Update the Status of your repo in the table bellow to "Part 2 complete"
Repo | Owner | Status | Notes |
---|---|---|---|
Arcade | mawilkie | Part 2 complete | |
Arcade-Validation | mawilkie | Part 2 complete | |
Arcade-Services | mawilkie | Part 2 complete | |
SymReader | tmat | Part 2 complete | |
SymReader-Portable | tmat | Part 2 complete | |
CoreFx | danmose | Part 2 complete | |
Templating | phenning | Part 2 complete | |
Test-Templates | singhsarab | Part 2 complete | |
Toolset | licavalc | Part 2 complete | |
CoreClr | russellk | Part 1 complete | No change needed |
WebSDK | vramak | Part 1 complete | |
WinForms | mmcgaw | Part 1 complete | No change needed |
WPF | vatsan-madhavan | Part 1 complete | No change needed |
aspnet-EntityFrameworkCore | namc | Part 1 complete | |
aspnet-Extensions | namc | Part 1 complete | No change needed |
aspnet-AspNetCore-Tooling | namc | Part 1 complete | |
aspnet-Blazor | namc | Part 1 complete | No change needed |
aspnet-EntityFramework6 | namc | Part 1 complete | No change needed |
aspnet-AspLabs | namc | Part 1 complete | |
CLI | licavalc | Part 1 complete | |
CLICommandLineParser | licavalc | Part 1 complete | No change needed |
nuget-NugetClient | dtivel | Part 1 complete | No change needed |
aspnet-AspNetCore | namc | Part 1 complete | |
Core-Setup | dleeapho | Part 1 complete | |
MSBuild | licavalc | Part 1 complete | |
Roslyn | jaredpar | Part 1 complete | |
Visual-FSharp | brettfo | Part 1 complete | |
Core-SDK | licavalc | Part 1 complete |
For any question, please ping @tmat or @jcagme