@@ -24,9 +24,9 @@ stages:
24
24
environment : github
25
25
26
26
pool :
27
- imageName : ' azsdk-pool-mms-ubuntu-2004-1espt'
28
- name : ' azsdk-pool-mms-ubuntu-2004-1es-pt '
29
- os : ' linux'
27
+ vmImage : azsdk-pool-mms-ubuntu-2004-1espt
28
+ name : azsdk-pool-mms-ubuntu-2004-general
29
+ os : linux
30
30
31
31
strategy :
32
32
runOnce :
@@ -80,8 +80,8 @@ stages:
80
80
dependsOn : TagRepository
81
81
82
82
pool :
83
- imageName : ' azsdk-pool-mms-ubuntu-2004-1espt'
84
- name : ' azsdk-pool-mms-ubuntu-2004-1es-pt '
83
+ vmImage : azsdk-pool-mms-ubuntu-2004-1espt
84
+ name : azsdk-pool-mms-ubuntu-2004-general
85
85
os : ' linux'
86
86
87
87
strategy :
@@ -156,7 +156,7 @@ stages:
156
156
dependsOn : PublishPackage
157
157
158
158
pool :
159
- name : azsdk-pool-mms-ubuntu-2004-1es-pt
159
+ name : azsdk-pool-mms-ubuntu-2004-general
160
160
vmImage : azsdk-pool-mms-ubuntu-2004-1espt
161
161
os : linux
162
162
strategy :
@@ -169,7 +169,7 @@ stages:
169
169
workingDirectory: $(Pipeline.Workspace)
170
170
displayName: Output Visible Artifacts
171
171
172
- - template : /eng/common/pipelines/templates/steps/publish-blobs.yml@self
172
+ - template : /eng/common/pipelines/templates/steps/publish-blobs.yml
173
173
parameters :
174
174
FolderForUpload : ' $(Pipeline.Workspace)/${{parameters.DocArtifact}}/${{artifact.name}}'
175
175
BlobSASKey : ' $(azure-sdk-docs-prod-sas)'
@@ -187,7 +187,7 @@ stages:
187
187
dependsOn : PublishPackage
188
188
189
189
pool :
190
- name : azsdk-pool-mms-ubuntu-2004-1es-pt
190
+ name : azsdk-pool-mms-ubuntu-2004-general
191
191
vmImage : azsdk-pool-mms-ubuntu-2004-1espt
192
192
os : linux
193
193
@@ -223,7 +223,7 @@ stages:
223
223
dependsOn : PublishPackage
224
224
225
225
pool :
226
- name : azsdk-pool-mms-ubuntu-2004-1es-pt
226
+ name : azsdk-pool-mms-ubuntu-2004-general
227
227
vmImage : azsdk-pool-mms-ubuntu-2004-1espt
228
228
os : linux
229
229
@@ -262,7 +262,7 @@ stages:
262
262
displayName : " Publish package to daily feed"
263
263
condition : or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal')))
264
264
pool :
265
- name : azsdk-pool-mms-ubuntu-2004-1es-pt
265
+ name : azsdk-pool-mms-ubuntu-2004-general
266
266
vmImage : azsdk-pool-mms-ubuntu-2004-1espt
267
267
os : linux
268
268
steps :
@@ -302,7 +302,7 @@ stages:
302
302
dependsOn : PublishPackages
303
303
condition : or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal')))
304
304
pool :
305
- name : azsdk-pool-mms-ubuntu-2004-1es-pt
305
+ name : azsdk-pool-mms-ubuntu-2004-general
306
306
vmImage : azsdk-pool-mms-ubuntu-2004-1espt
307
307
os : linux
308
308
steps :
0 commit comments