maybe this is it

pull/114787/head
João Moreno 2021-01-22 16:57:56 +01:00
parent 4b7f41a732
commit 3f3b413606
No known key found for this signature in database
GPG Key ID: 896B853774D1A575
3 changed files with 5 additions and 2 deletions

View File

@ -137,7 +137,8 @@ steps:
- script: |
set -e
yarn npm-run-all -lp "electron $(VSCODE_ARCH)" "playwright-install"
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
yarn npm-run-all -lp "electron $(VSCODE_ARCH)" "playwright-install"
displayName: Download Electron and Playwright
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))

View File

@ -130,7 +130,8 @@ steps:
- script: |
set -e
yarn npm-run-all -lp "electron $(VSCODE_ARCH)" "playwright-install"
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
yarn npm-run-all -lp "electron $(VSCODE_ARCH)" "playwright-install"
displayName: Download Electron and Playwright
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))

View File

@ -129,6 +129,7 @@ steps:
- powershell: |
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
$env:VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)"
exec { yarn npm-run-all -lp "electron $(VSCODE_ARCH)" "playwright-install" }
displayName: Download Electron and Playwright
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'), ne(variables['VSCODE_ARCH'], 'arm64'))