Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stages:
variables:
- template: ../variables/globals.yml
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
strategy:
runOnce:
deploy:
Expand All @@ -81,7 +81,7 @@ stages:
variables:
- template: ../variables/globals.yml
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
strategy:
runOnce:
deploy:
Expand Down
8 changes: 4 additions & 4 deletions eng/pipelines/templates/stages/archetype-java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ stages:
variables:
- template: ../variables/globals.yml
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
strategy:
runOnce:
deploy:
Expand All @@ -122,7 +122,7 @@ stages:
variables:
- template: ../variables/globals.yml
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
strategy:
runOnce:
deploy:
Expand Down Expand Up @@ -163,7 +163,7 @@ stages:
CIConfigs: "{'targets':[{'path_to_config':'package.json','mode':'Preview','monikerid':'1'},{'path_to_config':'package.json','mode':'Latest','monikerid':'0'}]}"
skipComponentGovernanceDetection: true
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
strategy:
runOnce:
deploy:
Expand Down Expand Up @@ -268,7 +268,7 @@ stages:
value: https://pkgs.dev.azure.com/azure-sdk/internal/_packaging/azure-sdk-for-java-pr/maven/v1

pool:
vmImage: vs2017-win2016
vmImage: windows-2019
steps:
- checkout: self
path: azure-sdk-for-java
Expand Down