Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSDevOps
0.5.4.2
Ado/Steps/InstallPowerShellCoreOnMacOS.psd1
@{
script
=
@'
brew update
brew tap homebrew/cask
brew install --cask powershell
'@
displayName
=
'Install PowerShell Core'
}