Merge pull request #72 from actions/v-mazhuk/fix-cask-issue

Remove the temporary step with PowerShell version upgrade
This commit is contained in:
MaksimZhukov 2020-12-22 10:11:16 +03:00 committed by GitHub
commit cf414aaddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,16 +8,6 @@ jobs:
- checkout: self
submodules: true
# We need this temporary step to have a consistent version of PowerShell on all images.
- task: PowerShell@2
displayName: 'Update PowerShell version for macOS'
condition: eq(variables['Platform'], 'darwin')
inputs:
TargetType: inline
script: |
brew update
brew cask upgrade powershell
- task: PowerShell@2
displayName: 'Build Python $(VERSION)'
inputs: