Skip to content

Commit

Permalink
bump to windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed Mar 18, 2024
1 parent d637a28 commit 2eff919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- job: BootstrapMSBuildOnFullFrameworkWindows
displayName: "Windows Full"
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
steps:
- task: BatchScript@1
displayName: cibuild_bootstrapped_msbuild.cmd
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- job: BootstrapMSBuildOnCoreWindows
displayName: "Windows Core"
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
steps:
- task: BatchScript@1
displayName: cibuild_bootstrapped_msbuild.cmd
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- job: FullReleaseOnWindows
displayName: "Windows Full Release (no bootstrap)"
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
steps:
- task: BatchScript@1
displayName: cibuild.cmd
Expand Down

0 comments on commit 2eff919

Please sign in to comment.