We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3388bf6 commit 7ce981cCopy full SHA for 7ce981c
1 file changed
build/azure-pipelines/win32/product-build-win32.yml
@@ -145,7 +145,7 @@ steps:
145
- powershell: |
146
. build/azure-pipelines/win32/exec.ps1
147
$ErrorActionPreference = "Stop"
148
- exec { $env:VSCODE_REMOTE_SERVER_PATH = "$(agent.builddirectory)\vscode-reh-web-win32-$(VSCODE_ARCH)"; .\resources\server\test\test-web-integration.bat --browser chromium }
+ exec { $env:VSCODE_REMOTE_SERVER_PATH = "$(agent.builddirectory)\vscode-reh-web-win32-$(VSCODE_ARCH)"; .\resources\server\test\test-web-integration.bat --browser firefox }
149
displayName: Run integration tests (Browser)
150
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
151
0 commit comments