You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -UseBasicParsing parameter
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
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.
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
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).