We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9715b commit ffaa09cCopy full SHA for ffaa09c
azure-coretest.yml
@@ -36,7 +36,7 @@ jobs:
36
displayName: Build the documentation for tests to work against (Linux/macOs)
37
condition: ne('${{ platform }}', 'windows')
38
39
- - script: cd doc; make html; md scratch
+ - script: cd doc & make html & md scratch
40
displayName: Build the documentation for tests to work against (Windows)
41
condition: eq('${{ platform }}', 'windows')
42
0 commit comments