diff --git a/azure-pipelines/templates/build-job.yml b/azure-pipelines/templates/build-job.yml index 084e308..7feadef 100644 --- a/azure-pipelines/templates/build-job.yml +++ b/azure-pipelines/templates/build-job.yml @@ -16,7 +16,7 @@ jobs: TargetType: inline script: | brew update - brew cask upgrade powershell + brew upgrade --cask powershell - task: PowerShell@2 displayName: 'Build Python $(VERSION)'