Skip to content

Commit

Permalink
Add dotnet-public NuGet feed to Release Studio project
Browse files Browse the repository at this point in the history
This helps the project be resilient to .NET SDK version changes in the build agent.

(cherry picked from commit 7dc0b5e)
  • Loading branch information
dagood committed Feb 5, 2025
1 parent 873ffad commit 9a606bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eng/release-studio/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<packageSources>
<clear />
<add key="MicroBuildToolset" value="https://pkgs.dev.azure.com/dnceng/_packaging/MicroBuildToolset/nuget/v3/index.json" />
<!--
When the .NET SDK version doesn't match the TargetFramework, get targeting
packs (Microsoft.NETCore.App.Ref, Microsoft.WindowsDesktop.App.Ref, and
Microsoft.AspNetCore.App.Ref) from here.
-->
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down

0 comments on commit 9a606bd

Please sign in to comment.