Ado/Steps/InstallPowerShellCoreOnMacOS.psd1

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

    displayName = 'Install PowerShell Core'
}