Fixes #12899 - Move uninstall steps to top for brew#12900
Fixes #12899 - Move uninstall steps to top for brew#12900sdwheeler merged 1 commit intoMicrosoftDocs:mainfrom
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
Pull request overview
Updates the macOS Homebrew installation guidance to better support users migrating from Homebrew cask-based installs to the current formula-based install flow.
Changes:
- Updates
ms.date. - Rewords the Homebrew intro text and link to Homebrew install instructions.
- Moves cask-uninstall steps ahead of the formula install command (within the IMPORTANT block).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > | ||
| > If you previously installed PowerShell using the Homebrew cask, you must first uninstall the cask | ||
| > before you can successfully install using the Homebrew formula. Use the following commands to | ||
| > uninstall the cask: | ||
| > |
There was a problem hiding this comment.
The [!IMPORTANT] block contains blank blockquote lines (standalone >), which violates markdownlint MD028 (no-blanks-blockquote) and can cause inconsistent rendering. Remove the empty > lines and keep the content contiguous within the blockquote.
| > | |
| > If you previously installed PowerShell using the Homebrew cask, you must first uninstall the cask | |
| > before you can successfully install using the Homebrew formula. Use the following commands to | |
| > uninstall the cask: | |
| > | |
| > If you previously installed PowerShell using the Homebrew cask, you must first uninstall the cask | |
| > before you can successfully install using the Homebrew formula. Use the following commands to | |
| > uninstall the cask: |
|
Learn Build status updates of commit 5ee32f7: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Move uninstall steps to top for brew
PR Checklist