Skip to content

Commit ffaa09c

Browse files
authored
Fix Win docs install invocation
Correct `cmd` syntax is helpful...
1 parent 1b9715b commit ffaa09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-coretest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
displayName: Build the documentation for tests to work against (Linux/macOs)
3737
condition: ne('${{ platform }}', 'windows')
3838

39-
- script: cd doc; make html; md scratch
39+
- script: cd doc & make html & md scratch
4040
displayName: Build the documentation for tests to work against (Windows)
4141
condition: eq('${{ platform }}', 'windows')
4242

0 commit comments

Comments
 (0)