We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30a06d5 + f4137da commit cf414aaCopy full SHA for cf414aa
azure-pipelines/templates/build-job.yml
@@ -8,16 +8,6 @@ jobs:
8
- checkout: self
9
submodules: true
10
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
-
21
- task: PowerShell@2
22
displayName: 'Build Python $(VERSION)'
23
inputs:
0 commit comments