Skip to content

Commit

Permalink
Merge pull request #1530 from microsoft/dev/dagood/fix-publish-1.23
Browse files Browse the repository at this point in the history
[release-branch.go1.23] Add dotnet-public NuGet feed to Release Studio project
  • Loading branch information
karianna authored Feb 5, 2025
2 parents 873ffad + 9a606bd commit f7e8c86
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 f7e8c86

Please sign in to comment.