Update azure-pipelines.yml

updated to work on both dev and master and update pool to work
This commit is contained in:
theClueless
2020-01-12 12:50:03 +02:00
committed by GitHub
parent cccec8382f
commit 10036b148c

View File

@@ -5,9 +5,10 @@
trigger:
- master
- dev
pool:
vmImage: 'windows-latest'
vmImage: 'vs2017-win2016' #'windows-latest'
variables:
solution: '**/*.sln'