- 
                Notifications
    
You must be signed in to change notification settings  - Fork 715
 
Remove dotnet10-workloads NuGet feed #12371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the dotnet10-workloads NuGet package source that was previously added in PR #12284. The change simplifies the NuGet configuration by removing an unnecessary feed.
| 
          
 🚀 Dogfood this PR with: 
 curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12371Or 
 iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12371" | 
    
Removed the dotnet10-workloads package source from NuGet.config.
| 
           /test-scenario smoke-test  | 
    
| 
           🤖 AI Agent Task Created Scenario: smoke-test An AI agent has been assigned to execute this scenario. 📝 Issue: https://github.com/dotnet/aspire-playground/issues/20  | 
    
| 
           /test-scenario smoke-test  | 
    
| 
           🤖 AI Agent Task Created Scenario: smoke-test An AI agent has been assigned to execute this scenario. 📝 Issue: https://github.com/dotnet/aspire-playground/issues/23  | 
    
| 
           /test-scenario smoke-test  | 
    
| 
           🤖 AI Agent Task Created Scenario: smoke-test An AI agent has been assigned to execute this scenario. 📝 Issue: https://github.com/dotnet/aspire-playground/issues/25  | 
    
| 
           @jfversluis I'm just using your PR here as a test bed for some automation. I'll merge it shortly.  | 
    
| 
           /test-scenario smoke-test  | 
    
| 
           🤖 AI Agent Task Created Scenario: smoke-test An AI agent has been assigned to execute this scenario. 📝 Issue: https://github.com/dotnet/aspire-playground/issues/31  | 
    
* Remove dotnet10-workloads NuGet feed * Remove dotnet10-workloads package source Removed the dotnet10-workloads package source from NuGet.config.
Description
Removes the added dotnet10-workloads feed added in #12284
Fixes #12284 (comment)