File tree 4 files changed +0
-85
lines changed
4 files changed +0
-85
lines changed Original file line number Diff line number Diff line change 14
14
- template : ./prebuild-checks.yml
15
15
16
16
17
- - job : Docs_PR
18
- displayName : Docs PR
19
- dependsOn : Prebuild
20
- condition : and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
21
-
22
- pool :
23
- vmImage : ubuntu-22.04
24
-
25
- steps :
26
- - template : ./docs-steps.yml
27
- parameters :
28
- upload : true
29
-
30
-
31
17
- job : macOS_CI_Tests
32
18
displayName : macOS CI Tests
33
19
dependsOn : Prebuild
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
- template : ./prebuild-checks.yml
15
15
16
16
17
- - job : Docs_PR
18
- displayName : Docs PR
19
- dependsOn : Prebuild
20
- condition : and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
21
-
22
- pool :
23
- vmImage : ubuntu-22.04
24
-
25
- steps :
26
- - template : ./docs-steps.yml
27
-
28
-
29
17
- job : macOS_PR_Tests
30
18
displayName : macOS PR Tests
31
19
dependsOn : Prebuild
Original file line number Diff line number Diff line change @@ -11,18 +11,6 @@ steps:
11
11
displayName : Fetch comparison tree
12
12
condition : and(succeeded(), variables['System.PullRequest.TargetBranch'])
13
13
14
- - script : |
15
- if ! git diff --name-only $(diffTarget) | grep -qE '(\.rst$|^Doc|^Misc)'
16
- then
17
- echo "No docs were updated: docs.run=false"
18
- echo "##vso[task.setvariable variable=run;isOutput=true]false"
19
- else
20
- echo "Docs were updated: docs.run=true"
21
- echo "##vso[task.setvariable variable=run;isOutput=true]true"
22
- fi
23
- displayName : Detect documentation changes
24
- name : docs
25
-
26
14
- script : |
27
15
if ! git diff --name-only $(diffTarget) | grep -qvE '(\.rst$|^Doc|^Misc)'
28
16
then
You can’t perform that action at this time.
0 commit comments