We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e95ff0 commit 373767aCopy full SHA for 373767a
1 file changed
azure-pipelines.yml
@@ -1,7 +1,11 @@
1
-trigger: none
+trigger:
2
+ batch: true
3
+ branches:
4
+ include:
5
+ - '*'
6
7
pool:
- vmImage: 'windows-latest'
8
+ vmImage: 'windows-2019'
9
10
variables:
11
solution: '**/*.sln'
0 commit comments