File tree 5 files changed +23
-13
lines changed
5 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ jobs:
16
16
17
17
variables :
18
18
- template : /eng/pipelines/variables/globals.yml
19
+ - template : /eng/pipelines/variables/image.yml
19
20
20
21
pool :
21
- name : " azsdk-pool-mms-ubuntu-2004-general"
22
- vmImage : " MMSUbuntu20.04"
22
+ name : $(LINUXPOOL)
23
+ image : $(LINUXVMIMAGE)
24
+ os : linux
23
25
24
26
steps :
25
27
- checkout : self
Original file line number Diff line number Diff line change @@ -30,12 +30,14 @@ jobs:
30
30
31
31
variables :
32
32
- template : /eng/pipelines/variables/globals.yml
33
+ - template : /eng/pipelines/variables/image.yml
33
34
- name : isMain
34
35
value : $[eq(variables['Build.SourceBranch'], 'refs/heads/main')]
35
36
36
37
pool :
37
- name : " azsdk-pool-mms-ubuntu-2004-general"
38
- vmImage : " MMSUbuntu20.04"
38
+ name : $(LINUXPOOL)
39
+ image : $(LINUXVMIMAGE)
40
+ os : linux
39
41
40
42
steps :
41
43
- checkout : self
Original file line number Diff line number Diff line change @@ -26,10 +26,12 @@ jobs:
26
26
27
27
variables :
28
28
- template : /eng/pipelines/variables/globals.yml
29
+ - template : /eng/pipelines/variables/image.yml
29
30
30
31
pool :
31
- name : " azsdk-pool-mms-ubuntu-2004-general"
32
- vmImage : " MMSUbuntu20.04"
32
+ name : $(LINUXPOOL)
33
+ image : $(LINUXVMIMAGE)
34
+ os : linux
33
35
34
36
steps :
35
37
- checkout : self
Original file line number Diff line number Diff line change 21
21
jobs :
22
22
- job : ' Build'
23
23
timeoutInMinutes : 60
24
- pool :
25
- name : " azsdk-pool-mms-ubuntu-2004-general"
26
- vmImage : " MMSUbuntu20.04"
27
24
28
25
variables :
29
26
- template : /eng/pipelines/variables/globals.yml
27
+ - template : /eng/pipelines/variables/image.yml
28
+
29
+ pool :
30
+ name : $(LINUXPOOL)
31
+ image : $(LINUXVMIMAGE)
32
+ os : linux
30
33
31
34
steps :
32
35
- checkout : self
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ parameters:
8
8
- false
9
9
- true
10
10
11
- pool :
12
- name : " azsdk-pool-mms-ubuntu-2004-general"
13
- vmImage : " MMSUbuntu20.04"
14
-
15
11
variables :
16
12
- group : Release Secrets for GitHub
17
13
36
32
${{ else }} :
37
33
value : " "
38
34
35
+ pool :
36
+ name : $(LINUXPOOL)
37
+ image : $(LINUXVMIMAGE)
38
+ os : linux
39
+
39
40
steps :
40
41
- checkout : self
41
42
submodules : true
You can’t perform that action at this time.
0 commit comments