Skip to content

Commit 4b4d7c6

Browse files
authored
demand 1ES VM (#344)
1 parent 561e21f commit 4b4d7c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

azure-pipelines-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- job: Release
1313
pool:
1414
name: "1ES-Hosted-AzFunc"
15-
vmImage: "MMSUbuntu20.04TLS"
15+
demands:
16+
- ImageOverride -equals MMSUbuntu20.04TLS
1617
steps:
1718
- task: UsePythonVersion@0
1819
inputs:

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ stages:
2828
displayName: Build Python Package
2929
pool:
3030
name: "1ES-Hosted-AzFunc"
31-
vmImage: "MMSUbuntu20.04TLS"
31+
demands:
32+
- ImageOverride -equals MMSUbuntu20.04TLS
3233
steps:
3334
- task: UsePythonVersion@0
3435
inputs:

0 commit comments

Comments
 (0)