Skip to content

Commit

Permalink
Replace vs2017-win2016 image with windows-2019 (Azure#25380)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr authored and XiaofeiCao committed Nov 18, 2021
1 parent c64a250 commit fcb3415
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ stages:
variables:
- template: ../variables/globals.yml
pool:
name: Azure Pipelines
vmImage: vs2017-win2016
name: azsdk-pool-mms-win-2019-general
vmImage: windows-2019
strategy:
runOnce:
deploy:
Expand All @@ -80,7 +80,8 @@ stages:
variables:
- template: ../variables/globals.yml
pool:
vmImage: vs2017-win2016
name: azsdk-pool-mms-win-2019-general
vmImage: windows-2019
strategy:
runOnce:
deploy:
Expand Down
12 changes: 6 additions & 6 deletions eng/pipelines/templates/stages/archetype-java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ stages:
variables:
- template: ../variables/globals.yml
pool:
name: Azure Pipelines
vmImage: vs2017-win2016
name: azsdk-pool-mms-win-2019-general
vmImage: windows-2019
strategy:
runOnce:
deploy:
Expand All @@ -151,8 +151,8 @@ stages:
variables:
- template: ../variables/globals.yml
pool:
name: Azure Pipelines
vmImage: vs2017-win2016
name: azsdk-pool-mms-win-2019-general
vmImage: windows-2019
strategy:
runOnce:
deploy:
Expand Down Expand Up @@ -318,8 +318,8 @@ stages:
value: https://pkgs.dev.azure.com/azure-sdk/internal/_packaging/azure-sdk-for-java-pr/maven/v1

pool:
name: Azure Pipelines
vmImage: vs2017-win2016
name: azsdk-pool-mms-win-2019-general
vmImage: windows-2019
steps:
- checkout: azure-sdk-build-tools
path: azure-sdk-build-tools
Expand Down

0 comments on commit fcb3415

Please sign in to comment.