Remove darc-pub-dotnet-runtime-488a8a3 feed from Wasm tests#119882
Merged
tannergooding merged 1 commit intorelease/8.0from Sep 19, 2025
Merged
Remove darc-pub-dotnet-runtime-488a8a3 feed from Wasm tests#119882tannergooding merged 1 commit intorelease/8.0from
tannergooding merged 1 commit intorelease/8.0from
Conversation
Contributor
There was a problem hiding this comment.
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 |
Member
Author
|
Test/infrastructure-only change, tell mode, Servicing-approved. |
tannergooding
approved these changes
Sep 19, 2025
This was referenced Oct 14, 2025
Closed
Bump Microsoft.Extensions.Caching.Abstractions from 6.0.1 to 9.0.10
yscorecore/YS.Knife.Extension#21
Closed
Closed
Closed
This was referenced Oct 20, 2025
Closed
Merged
Bump Microsoft.Extensions.Options.DataAnnotations from 8.0.0 to 9.0.10
HEJOK254/Discord-QuickEdit#68
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The feed is no longer needed and it was recently disabled on AzDO and causes test failures in WasmBuildTests