Skip to content

Commit bd3d5f8

Browse files
committed
Set the CI variable on Azure Pipelines
1 parent 66bb8a8 commit bd3d5f8

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.azure-pipelines/linux.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
variables:
2+
CI: true
3+
14
jobs:
25
- template: jobs/test.yml
36
parameters:

.azure-pipelines/macos.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
variables:
2+
CI: true
3+
14
jobs:
25
- template: jobs/test.yml
36
parameters:

.azure-pipelines/windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
variables:
2+
CI: true
3+
14
jobs:
25
- template: jobs/test-windows.yml
36
parameters:

0 commit comments

Comments
 (0)