Revert "[release/8.0] Update dependencies from dotnet/arcade"#122943
Merged
jozkee merged 1 commit intorelease/8.0from Jan 7, 2026
Merged
Conversation
This reverts commit c919061.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts a previous dependency update from dotnet/arcade (PR #122558), rolling back infrastructure and tooling versions to a previous stable state.
Key changes:
- Reverts Arcade SDK and related packages from version 8.0.0-beta.25611.2 to 8.0.0-beta.25562.3
- Restores previous PowerShell web request behavior by removing
-UseBasicParsingparameter - Reverts internal feed URLs and build configuration settings to their previous values
Reviewed changes
Copilot reviewed 3 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Reverts MSBuild SDK versions (Arcade, Helix, SharedFramework) to 8.0.0-beta.25562.3 |
| eng/Versions.props | Reverts all Arcade-related package versions to 8.0.0-beta.25562.3 |
| eng/Version.Details.xml | Reverts dependency metadata including SHA references to the earlier Arcade commit (e8483fe) |
| eng/common/tools.ps1 | Removes -UseBasicParsing from three Invoke-WebRequest calls |
| eng/common/post-build/post-build-utils.ps1 | Removes -UseBasicParsing from four Maestro API web request calls |
| eng/common/post-build/nuget-verification.ps1 | Removes -UseBasicParsing from NuGet.exe download call |
| eng/common/internal-feed-operations.ps1 | Removes -UseBasicParsing from credential provider installation script download |
| eng/common/templates/steps/source-build.yml | Reverts runtime download feed URL from ci.dot.net/internal to dotnetbuilds.blob.core.windows.net/internal |
| eng/common/templates-official/steps/source-build.yml | Same URL revert as non-official template for consistency |
| eng/common/templates-official/post-build/setup-maestro-vars.yml | Removes -UseBasicParsing from Maestro API build info request |
| eng/common/templates-official/job/source-index-stage1.yml | Reverts condition parameter from specific branch check to empty string (default behavior) |
| eng/common/templates-official/job/source-build.yml | Reverts Docker image from 1es-azurelinux-3 to 1es-mariner-2 |
The revert appears to be complete and consistent across all affected files, systematically undoing the changes from the previous arcade dependency update.
Member
Author
jeffhandley
pushed a commit
that referenced
this pull request
Jan 13, 2026
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.
Reverts #122558
Context #122558 (comment).