Skip to content

Commit

Permalink
Remove xvfb step when building
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Jul 14, 2023
1 parent eb11e16 commit c6f3e68
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/azure-pipelines/templates/pack-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ steps:
- script: npm install
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.package }}
displayName: Install package dependencies
- bash: |
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
echo ">>> Started xvfb"
displayName: Start xvfb
condition: eq(variables['Agent.OS'], 'Linux')

0 comments on commit c6f3e68

Please sign in to comment.