Skip to content

Commit

Permalink
update build to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
nbelyh committed Apr 24, 2022
1 parent 492ac61 commit eb4312b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: $(Version).$(DayOfYear)$(Rev:r)
stages:
- stage: Build
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2022'

jobs:
- job: Build
Expand Down Expand Up @@ -54,7 +54,7 @@ stages:

- stage: Deploy
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2022'

jobs:
- job: Deploy
Expand Down

0 comments on commit eb4312b

Please sign in to comment.