mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update azure-pipelines.yml
updated to work on both dev and master and update pool to work
This commit is contained in:
parent
cccec8382f
commit
10036b148c
1 changed files with 2 additions and 1 deletions
|
|
@ -5,9 +5,10 @@
|
|||
|
||||
trigger:
|
||||
- master
|
||||
- dev
|
||||
|
||||
pool:
|
||||
vmImage: 'windows-latest'
|
||||
vmImage: 'vs2017-win2016' #'windows-latest'
|
||||
|
||||
variables:
|
||||
solution: '**/*.sln'
|
||||
|
|
|
|||
Loading…
Reference in a new issue