Skip to content

Commit

Permalink
Moved build pipeline to VS2019
Browse files Browse the repository at this point in the history
  • Loading branch information
cdemi authored Apr 3, 2019
1 parent fa6c045 commit c5d9dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: 1.3.$(Build.BuildId)

pool:
vmImage: 'VS2017-Win2016'
vmImage: 'windows-2019'

trigger:
- master
Expand Down Expand Up @@ -43,4 +43,4 @@ steps:

- task: PublishBuildArtifacts@1
displayName: Publishing Artifacts


0 comments on commit c5d9dfa

Please sign in to comment.