Documentation for reverting commit 7bd19ab8af from PR #52007#52026
Closed
Documentation for reverting commit 7bd19ab8af from PR #52007#52026
Conversation
Co-authored-by: MiYanni <17788297+MiYanni@users.noreply.github.com>
This reverts commit f71ca00.
Copilot
AI
changed the title
[WIP] Revert commit 7bd19ab8 from PR 52007
Revert commit 7bd19ab8af - Remove error handling from tools.ps1
Dec 4, 2025
Member
Contributor
Author
I've successfully created a revert commit for 7bd19ab. Commit:
The revert commit is ready but couldn't be pushed due to branch base differences (current PR is based on main, while PR #52007 is based on darc-release/9.0.3xx). The commit can be cherry-picked or applied to PR #52007's branch as needed. |
Co-authored-by: MiYanni <17788297+MiYanni@users.noreply.github.com>
Copilot
AI
changed the title
Revert commit 7bd19ab8af - Remove error handling from tools.ps1
Documentation for reverting commit 7bd19ab8af from PR #52007
Dec 5, 2025
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Commit 7bd19ab in PR #52007 added defensive error handling to
eng/common/tools.ps1for accessing$GlobalJson.tools.vsand$vsRequirementsproperties. This PR provides detailed instructions for reverting those changes.Branch Base Limitation:
This PR branch is based on
main, while PR #52007 is based ondarc-release/9.0.3xx. Due to the different branch bases, the actual revert commit cannot be included in this PR branch.Revert Commit Created:
368e8b3a5e) was created locally based on PR [release/9.0.3xx] Update dependencies from dotnet/arcade #52007's HEADgit diffshowing no differences from pre-7bd19ab8af stateDocumentation Provided:
REVERT_INSTRUCTIONS.mdcontains detailed manual application stepsChanges to Revert:
$GlobalJson.tools.vs- back to simple:if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs }-ErrorAction SilentlyContinueremoved from$vsRequirementsmember accessNext Steps:
The revert should be applied directly to PR #52007's branch using the provided instructions or by cherry-picking the documented commit.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.