From c6f3e688941d7c70fcc2140fdb5caf53a9507c9b Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Fri, 14 Jul 2023 18:43:01 +0000 Subject: [PATCH] Remove xvfb step when building --- build/azure-pipelines/templates/pack-steps.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/azure-pipelines/templates/pack-steps.yml b/build/azure-pipelines/templates/pack-steps.yml index ad369d98e4a4..97037efb59ba 100644 --- a/build/azure-pipelines/templates/pack-steps.yml +++ b/build/azure-pipelines/templates/pack-steps.yml @@ -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')