Commit b175674
authored
[ci] Only enable CodeQL on Windows build job (#224)
Enabling CodeQL on macOS seems to be occasionally causing issues with
the Run Tests step:
The argument -p:UseSharedCompilation=false is invalid. Please use the /help option to check the list of valid arguments.
We can avoid this by only enabling CodeQL on the Windows build job.1 parent 2a2e64b commit b175674
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments