-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Revert "[release/8.0] Update dependencies from dotnet/arcade" #122943
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
Revert "[release/8.0] Update dependencies from dotnet/arcade" #122943
Conversation
This reverts commit c919061.
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 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.
jeffhandley
left a comment
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.
Thanks!
Reverts #122558
Context #122558 (comment).