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 a2adc30 commit bea9c05Copy full SHA for bea9c05
.azure-pipelines.yml
@@ -2,20 +2,26 @@ trigger:
2
batch: true
3
branches:
4
include:
5
- - '*'
+ - '*'
6
+
7
+pr:
8
+ branches:
9
+ include:
10
+ - main
11
+ - release/*
12
13
variables:
14
Codeql.Enabled: true
15
16
jobs:
-- job: Windows
- pool:
- vmImage: 'windows-latest'
- steps:
- - template: build/azure-pipelines/win32/build.yml
17
+ - job: Windows
18
+ pool:
19
+ vmImage: 'windows-latest'
20
+ steps:
21
+ - template: build/azure-pipelines/win32/build.yml
22
-- job: Linux
- vmImage: 'ubuntu-latest'
- - template: build/azure-pipelines/linux/build.yml
23
+ - job: Linux
24
25
+ vmImage: 'ubuntu-latest'
26
27
+ - template: build/azure-pipelines/linux/build.yml
0 commit comments