Ado/Steps/InstallPowerShellCoreOnMacOS.psd1

@{
    script=@'
brew update
brew tap caskroom/cask
brew cask install powershell
'@

    displayName = 'Install PowerShell Core'
}