Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
use windows-2019 vm so that the 2 build configs work. 
It expects to be built for VS2019
  • Loading branch information
SimpsonGSD committed Feb 28, 2022
1 parent fe21ae8 commit f180b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net

pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'

variables:
solution: '**/*.sln'
Expand Down

0 comments on commit f180b5c

Please sign in to comment.