Documentation for reverting commit 7bd19ab8af from PR #52007 #52026
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.