File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ resources:
11
11
jobs :
12
12
- job : Release
13
13
pool :
14
- vmImage : " ubuntu-latest"
14
+ name : " 1ES-Hosted-AzFunc"
15
+ vmImage : " MMSUbuntu20.04TLS"
15
16
steps :
16
17
- task : UsePythonVersion@0
17
18
inputs :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ trigger:
13
13
- v*
14
14
15
15
variables :
16
- agentPool : ' ubuntu-latest' # 'Ubuntu-16.04'
17
16
python.version : ' 3.6'
18
17
baseFolder : .
19
18
componentArtifactName : ' azure_functions_durable'
@@ -28,7 +27,8 @@ stages:
28
27
- job : Build_Durable_Functions
29
28
displayName : Build Python Package
30
29
pool :
31
- vmImage : $(agentPool)
30
+ name : " 1ES-Hosted-AzFunc"
31
+ vmImage : " MMSUbuntu20.04TLS"
32
32
steps :
33
33
- task : UsePythonVersion@0
34
34
inputs :
You can’t perform that action at this time.
0 commit comments