Skip to content

Commit 8cdf6f0

Browse files
Merged PR 49638: [internal/release/9.0.1xx] - Updated NuGet.config - replace msbuild feed
Updated NuGet.config - replace msbuild feed ---- #### AI description (iteration 1) #### PR Classification Configuration update to replace a package source in `NuGet.config`. #### PR Summary This pull request updates the `NuGet.config` file to replace an existing msbuild feed with a new one. - `NuGet.config`: Added a new package source key `darc-int-DotNet-msbuild-Trusted-933b72e`. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents 4b9cc04 + 96da6c3 commit 8cdf6f0

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
@@ -34,6 +34,7 @@
3434
<add key="darc-int-dotnet-aspnetcore-ed74665" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-ed74665e/nuget/v3/index.json" />
3535
<!-- End: Package sources from dotnet-aspnetcore -->
3636
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
37+
<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" />
3738
<add key="darc-int-DotNet-msbuild-Trusted-13c590f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-DotNet-msbuild-Trusted-13c590f8/nuget/v3/index.json" />
3839
<!-- End: Package sources from DotNet-msbuild-Trusted -->
3940
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
@@ -86,6 +87,7 @@
8687
<!-- Begin: Package sources from dotnet-aspnetcore -->
8788
<add key="darc-int-dotnet-aspnetcore-ed74665" value="true" />
8889
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
90+
<add key="darc-int-DotNet-msbuild-Trusted-933b72e" value="true" />
8991
<add key="darc-int-DotNet-msbuild-Trusted-13c590f" value="true" />
9092
<!-- End: Package sources from DotNet-msbuild-Trusted -->
9193
<!-- End: Package sources from dotnet-aspnetcore -->

0 commit comments

Comments
 (0)