-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Remove darc-pub-dotnet-runtime-488a8a3 feed from Wasm tests #119882
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 a disabled Azure DevOps package feed from NuGet configuration files used in WASM and WASI build tests. The darc-pub-dotnet-runtime-488a8a3
feed was originally added as a workaround for illink requiring a stable version but is no longer needed and has been disabled on Azure DevOps, causing test failures.
Key changes:
- Removed obsolete package source configuration from test NuGet configs
- Eliminated source of test failures caused by the disabled feed
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/mono/wasm/Wasm.Build.Tests/data/nuget8.config | Removed the disabled darc-pub-dotnet-runtime-488a8a3 package source and related comments |
src/mono/wasi/Wasi.Build.Tests/data/nuget8.config | Removed the disabled darc-pub-dotnet-runtime-488a8a3 package source and related comments |
Test/infrastructure-only change, tell mode, Servicing-approved. |
The feed is no longer needed and it was recently disabled on AzDO and causes test failures in WasmBuildTests