Skip to content

Commit cceba87

Browse files
authored
Updated Windows VM image versions in archetype-android-release.yml. (#1183)
1 parent b954102 commit cceba87

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

eng/pipelines/templates/stages/archetype-android-release.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ stages:
1414
environment: esrp
1515
timeoutInMinutes: 20
1616
pool:
17-
vmImage: ubuntu-20.04
17+
name: azsdk-pool-mms-ubuntu-2004-general
18+
vmImage: MMSUbuntu20.04
1819

1920
strategy:
2021
runOnce:
@@ -37,7 +38,7 @@ stages:
3738
displayName: 'Store signed packages in ${{parameters.ArtifactName}}-signed artifact'
3839
timeoutInMinutes: 5
3940

40-
# We generate two interdepdent stages for each artifact listed in the ci.yml file, creates the release
41+
# We generate two interdependent stages for each artifact listed in the ci.yml file, creates the release
4142
# in GitHub. The Release stage publishes to Maven Central. Both stages require approval since they
4243
# effectively burn the version number. For testing of packages prior to burning the version number -
4344
# the Validation step below publishes a package to a "burner" feed which is cleaned up after the
@@ -59,7 +60,8 @@ stages:
5960
- VerifyReleaseVersion
6061

6162
pool:
62-
vmImage: vs2017-win2016
63+
name: azsdk-pool-mms-win-2019-general
64+
vmImage: windows-2019
6365

6466
strategy:
6567
runOnce:
@@ -84,8 +86,9 @@ stages:
8486
dependsOn: TagRepository
8587

8688
pool:
87-
vmImage: vs2017-win2016
88-
89+
name: azsdk-pool-mms-win-2019-general
90+
vmImage: windows-2019
91+
8992
strategy:
9093
runOnce:
9194
deploy:
@@ -108,7 +111,8 @@ stages:
108111
dependsOn: PublishPackage
109112

110113
pool:
111-
vmImage: windows-2019
114+
name: azsdk-pool-mms-win-2019-general
115+
vmImage: MMS2019
112116

113117
strategy:
114118
runOnce:
@@ -123,4 +127,4 @@ stages:
123127
BlobName: '$(azure-sdk-docs-prod-blob-name)'
124128
TargetLanguage: 'android'
125129
# we override the regular script path because we have cloned the build tools repo as a separate artifact.
126-
ScriptPath: '$(Pipeline.Workspace)/azure-sdk-build-tools/scripts/copy-docs-to-blobstorage.ps1'
130+
ScriptPath: '$(Pipeline.Workspace)/azure-sdk-build-tools/scripts/copy-docs-to-blobstorage.ps1'

sdk/communication/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
2+
13
resources:
24
repositories:
35
- repository: azure-sdk-build-tools

0 commit comments

Comments
 (0)