Skip to content

Commit

Permalink
Use the correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Jul 4, 2021
1 parent 56fc0ec commit 47c2816
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: 'vs2019-win2016'
vmImage: 'windows-2019'

steps:

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

steps:
- task: PowerShell@2
Expand Down

0 comments on commit 47c2816

Please sign in to comment.