Skip to content

Commit c5d9dfa

Browse files
authored
Moved build pipeline to VS2019
1 parent fa6c045 commit c5d9dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: 1.3.$(Build.BuildId)
77

88
pool:
9-
vmImage: 'VS2017-Win2016'
9+
vmImage: 'windows-2019'
1010

1111
trigger:
1212
- master
@@ -43,4 +43,4 @@ steps:
4343

4444
- task: PublishBuildArtifacts@1
4545
displayName: Publishing Artifacts
46-
46+

0 commit comments

Comments
 (0)