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.
1 parent 561e21f commit 4b4d7c6Copy full SHA for 4b4d7c6
azure-pipelines-release.yml
@@ -12,7 +12,8 @@ jobs:
12
- job: Release
13
pool:
14
name: "1ES-Hosted-AzFunc"
15
- vmImage: "MMSUbuntu20.04TLS"
+ demands:
16
+ - ImageOverride -equals MMSUbuntu20.04TLS
17
steps:
18
- task: UsePythonVersion@0
19
inputs:
azure-pipelines.yml
@@ -28,7 +28,8 @@ stages:
28
displayName: Build Python Package
29
30
31
32
33
34
35
0 commit comments