We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9cfa4 commit 7e21e60Copy full SHA for 7e21e60
build.yml
@@ -17,7 +17,7 @@ jobs:
17
inputs:
18
command: custom
19
verbose: false
20
- customCommand: 'run compile'
+ customCommand: 'run build'
21
- script: 'node node_modules/vscode/bin/test'
22
displayName: 'Run tests'
23
- job: macOS
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
- job: Linux
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
- script: |
64
set -e
65
/usr/bin/Xvfb :10 -ac >> /tmp/Xvfb.out 2>&1 &
0 commit comments