mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Updating .yml file to run on vs2019 with MSBuild 16
This commit is contained in:
parent
08ad52e37a
commit
108c371b5c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ trigger:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'vs2017-win2016' #'due to windows SDK dependency for building UWP project'
|
vmImage: 'windows-2019' #'due to windows SDK dependency for building UWP project'
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
solution: '**/*.sln'
|
solution: '**/*.sln'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue