Skip to content

Commit

Permalink
Changed the image of windows image to newer for pipeline (#16046)
Browse files Browse the repository at this point in the history
* Changed the image of windows image to newer
  • Loading branch information
lariover3 authored Mar 18, 2022
1 parent 7893ce0 commit 52c0b1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
displayName: Build all tasks (Windows)
condition: and(succeeded(), not(variables.task), eq(variables.os, 'Windows_NT'))
pool:
vmImage: vs2017-win2016
vmImage: windows-2022
timeoutInMinutes: 120
steps:
- template: ci/build-all-steps.yml
Expand All @@ -31,7 +31,7 @@ jobs:
- build_all_windows
condition: and(succeeded(), ne(variables['build.reason'], 'PullRequest'), eq(variables.os, 'Windows_NT'))
pool:
vmImage: vs2017-win2016
vmImage: windows-2022
steps:
- template: ci/publish-steps.yml

Expand All @@ -42,7 +42,7 @@ jobs:
- publish_windows
condition: and(succeeded(), in(variables['build.reason'], 'Schedule', 'Manual'), eq(variables['COURTESY_PUSH'], 'true'))
pool:
vmImage: vs2017-win2016
vmImage: windows-2022
steps:
- powershell: |
$week = (Invoke-WebRequest https://whatsprintis.it -Headers @{"Accept"= "application/json"} | ConvertFrom-Json).week
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
eq(variables['COURTESY_PUSH_NOTIFICATION'], 'true')
)
pool:
vmImage: vs2017-win2016
vmImage: windows-2022
steps:
- powershell: .\ci\courtesy-push\send-notification.ps1 -IsPRCreated $false
displayName: 'Send notification to the MS Teams channel'
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
displayName: Build shared npm packages (Win)
condition: and(succeeded(), not(variables.task), eq(variables.os, 'Windows_NT'))
pool:
vmImage: vs2017-win2016
vmImage: windows-2022
steps:
- template: ci/build-common-npm.yml

Expand Down

0 comments on commit 52c0b1e

Please sign in to comment.