Skip to content

Commit cf414aa

Browse files
authored
Merge pull request actions#72 from actions/v-mazhuk/fix-cask-issue
Remove the temporary step with PowerShell version upgrade
2 parents 30a06d5 + f4137da commit cf414aa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

azure-pipelines/templates/build-job.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ jobs:
88
- checkout: self
99
submodules: true
1010

11-
# We need this temporary step to have a consistent version of PowerShell on all images.
12-
- task: PowerShell@2
13-
displayName: 'Update PowerShell version for macOS'
14-
condition: eq(variables['Platform'], 'darwin')
15-
inputs:
16-
TargetType: inline
17-
script: |
18-
brew update
19-
brew cask upgrade powershell
20-
2111
- task: PowerShell@2
2212
displayName: 'Build Python $(VERSION)'
2313
inputs:

0 commit comments

Comments
 (0)