Skip to content

Commit f3291ac

Browse files
Shyam-GuptaMerrie McGaw
authored andcommitted
Merged PR 50148: Updating NuGet.config to fix an incorrect merge conflict resolution.
Updating NuGet.config to fix an incorrect merge conflict resolution. ---- #### AI description (iteration 1) #### PR Classification Bug fix addressing an incorrect merge conflict resolution in a configuration file. #### PR Summary This pull request corrects the package source keys in `NuGet.config` by replacing an outdated key with the correct one, ensuring proper package source resolution. - `NuGet.config`: Updated the package source key from "darc-int-dotnet-runtime-efd5742" to "darc-int-dotnet-runtime-77545d6" in both the package sources and disabledPackageSources sections. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents b3a51e9 + 857e9ad commit f3291ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
7-
<add key="darc-int-dotnet-runtime-efd5742" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-efd5742b/nuget/v3/index.json" />
7+
<add key="darc-int-dotnet-runtime-77545d6" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-77545d6f/nuget/v3/index.json" />
88
<add key="darc-int-dotnet-runtime-efd5742-7" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-efd5742b-7/nuget/v3/index.json" />
99
<add key="darc-int-dotnet-runtime-efd5742-6" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-efd5742b-6/nuget/v3/index.json" />
1010
<add key="darc-int-dotnet-runtime-efd5742-5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-efd5742b-5/nuget/v3/index.json" />
@@ -31,7 +31,7 @@
3131
<add key="darc-int-dotnet-runtime-efd5742-5" value="true" />
3232
<add key="darc-int-dotnet-runtime-efd5742-6" value="true" />
3333
<add key="darc-int-dotnet-runtime-efd5742-7" value="true" />
34-
<add key="darc-int-dotnet-runtime-efd5742" value="true" />
34+
<add key="darc-int-dotnet-runtime-77545d6" value="true" />
3535
<!-- End: Package sources from dotnet-runtime -->
3636
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3737
</disabledPackageSources>

0 commit comments

Comments
 (0)