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 eb11e16 commit c6f3e68Copy full SHA for c6f3e68
build/azure-pipelines/templates/pack-steps.yml
@@ -12,8 +12,3 @@ steps:
12
- script: npm install
13
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.package }}
14
displayName: Install package dependencies
15
- - bash: |
16
- /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
17
- echo ">>> Started xvfb"
18
- displayName: Start xvfb
19
- condition: eq(variables['Agent.OS'], 'Linux')
0 commit comments