Skip to content

Commit c0fbb06

Browse files
Copilotagocke
andauthored
Remove general-testing feed from NuGet.config (#120956)
This PR removes the `general-testing` NuGet package source from the root NuGet.config file. This feed was previously needed for a prototype Roslyn compiler for the runtime-async effort, but is no longer required. ### Changes - Removed the `general-testing` package source entry - Removed the associated comment explaining its purpose The remaining package sources (dotnet-public, dotnet-tools, dotnet-eng, dotnet-libraries, dotnet-libraries-transport, dotnet10, dotnet10-transport, dotnet11, and dotnet11-transport) are still configured and functional. ### Validation - Confirmed the XML is well-formed - Verified no other files in the repository reference the general-testing feed <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > Remove the following line from NuGet.config in the root of the repository: > > <add key="general-testing" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json" /> > > This will remove the 'general-testing' package source from the package sources list. No other package sources should be changed. Commit message: "Remove general-testing feed from NuGet.config". </details> *This pull request was created as a result of the following prompt from Copilot chat.* > Remove the following line from NuGet.config in the root of the repository: > > <add key="general-testing" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json" /> > > This will remove the 'general-testing' package source from the package sources list. No other package sources should be changed. Commit message: "Remove general-testing feed from NuGet.config". <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: agocke <[email protected]>
1 parent adf6b14 commit c0fbb06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
<add key="dotnet10-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json" />
2222
<add key="dotnet11" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" />
2323
<add key="dotnet11-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json" />
24-
<!-- Need for prototype Roslyn compiler for runtime-async -->
25-
<add key="general-testing" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json" />
2624
</packageSources>
2725
<disabledPackageSources>
2826
<clear />

0 commit comments

Comments
 (0)