Skip to content

Commit 0c58716

Browse files
rainersigwaldvseanreesermsft
authored andcommitted
Merged PR 49313: Fix droppped MSBuild internal feed for the 17.8 fix
Fix droppped MSBuild internal feed for the 17.8 fix ---- #### AI description (iteration 1) #### PR Classification Bug fix #### PR Summary This pull request fixes the dropped MSBuild internal feed for version 17.8. - `NuGet.config`: Added the missing internal feed `darc-int-DotNet-msbuild-Trusted-3ab07f0` to the package sources and enabled it. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents 5a75e95 + e07102a commit 0c58716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<add key="darc-int-dotnet-aspnetcore-4ae1269" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4ae1269b/nuget/v3/index.json" />
1414
<!-- End: Package sources from dotnet-aspnetcore -->
1515
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
16+
<add key="darc-int-DotNet-msbuild-Trusted-3ab07f0" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-DotNet-msbuild-Trusted-3ab07f0c/nuget/v3/index.json" />
1617
<add key="darc-int-DotNet-msbuild-Trusted-933b72e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-DotNet-msbuild-Trusted-933b72e3/nuget/v3/index.json" />
1718
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1819
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
@@ -53,6 +54,7 @@
5354
<!-- Begin: Package sources from dotnet-aspnetcore -->
5455
<add key="darc-int-dotnet-aspnetcore-4ae1269" value="true" />
5556
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
57+
<add key="darc-int-DotNet-msbuild-Trusted-3ab07f0" value="true" />
5658
<add key="darc-int-DotNet-msbuild-Trusted-933b72e" value="true" />
5759
<!-- End: Package sources from DotNet-msbuild-Trusted -->
5860
<!-- Begin: Package sources from dotnet-format -->

0 commit comments

Comments
 (0)