Skip to content

Commit a2a2ade

Browse files
authored
Merge pull request #1529 from microsoft/dev/dagood/fix-publish-1.22
[release-branch.go1.22] Add dotnet-public NuGet feed to Release Studio project
2 parents 52f9734 + 72b4b97 commit a2a2ade

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/release-studio/NuGet.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<packageSources>
88
<clear />
99
<add key="MicroBuildToolset" value="https://pkgs.dev.azure.com/dnceng/_packaging/MicroBuildToolset/nuget/v3/index.json" />
10+
<!--
11+
When the .NET SDK version doesn't match the TargetFramework, get targeting
12+
packs (Microsoft.NETCore.App.Ref, Microsoft.WindowsDesktop.App.Ref, and
13+
Microsoft.AspNetCore.App.Ref) from here.
14+
-->
15+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1016
</packageSources>
1117
<disabledPackageSources>
1218
<clear />

0 commit comments

Comments
 (0)