Skip to content

Commit 62bee34

Browse files
Merged PR 51052: [internal/release/8.0.3xx] Updated NuGet.config - replace msbuild feed bb7
Updated NuGet.config - replace msbuild feed bb7 ---- #### AI description (iteration 1) #### PR Classification Configuration update. #### PR Summary This pull request updates the NuGet configuration to replace the msbuild feed with a new package source. - `NuGet.config`: Added a package source entry with key "darc-pub-DotNet-msbuild-Trusted-bb7294f-1" pointing to a new NuGet feed. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents 81530c1 + 8bbc7c0 commit 62bee34

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-cea5fa6" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-cea5fa61/nuget/v3/index.json" />
1414
<!-- End: Package sources from dotnet-aspnetcore -->
1515
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
16+
<add key="darc-pub-DotNet-msbuild-Trusted-bb7294f-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-bb7294f7-1/nuget/v3/index.json" />
1617
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1718
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1819
<!-- End: Package sources from dotnet-roslyn-analyzers -->
@@ -53,6 +54,7 @@
5354
<add key="darc-int-dotnet-aspnetcore-cea5fa6" value="true" />
5455
<!-- End: Package sources from dotnet-aspnetcore -->
5556
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
57+
<add key="darc-pub-DotNet-msbuild-Trusted-bb7294f-1" value="true" />
5658
<!-- End: Package sources from DotNet-msbuild-Trusted -->
5759
<!-- Begin: Package sources from dotnet-emsdk -->
5860
<!-- End: Package sources from dotnet-emsdk -->

0 commit comments

Comments
 (0)