From 456c8c380cf4c743877e3b4a5cf51afc1c9a8416 Mon Sep 17 00:00:00 2001 From: MaksimZhukov Date: Tue, 22 Dec 2020 03:38:12 +0300 Subject: [PATCH] Update the brew upgrade command --- azure-pipelines/templates/build-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'