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