Skip to content

Commit 10036b1

Browse files
authored
Update azure-pipelines.yml
updated to work on both dev and master and update pool to work
1 parent cccec83 commit 10036b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66
trigger:
77
- master
8+
- dev
89

910
pool:
10-
vmImage: 'windows-latest'
11+
vmImage: 'vs2017-win2016' #'windows-latest'
1112

1213
variables:
1314
solution: '**/*.sln'

0 commit comments

Comments
 (0)