Skip to content

Commit

Permalink
Bump Windows agent to get .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Mar 1, 2022
1 parent 786c4a3 commit 7d3d933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -45,7 +45,7 @@ jobs:

- job: VsVim_Build_Test
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'

steps:

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
# - The Open VSIX gallery during CI
- job: Produce_Vsix
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'

steps:
- task: PowerShell@2
Expand Down

0 comments on commit 7d3d933

Please sign in to comment.