提交 eb80b123 编写于 作者: J Joao Moreno

fix builds

上级 f1f00a7d
...@@ -14,6 +14,7 @@ steps: ...@@ -14,6 +14,7 @@ steps:
machine monacotools.visualstudio.com machine monacotools.visualstudio.com
password $(VSO_PAT) password $(VSO_PAT)
machine github.com machine github.com
login vscode
password $(VSCODE_MIXIN_PASSWORD) password $(VSCODE_MIXIN_PASSWORD)
EOF EOF
......
...@@ -18,6 +18,7 @@ steps: ...@@ -18,6 +18,7 @@ steps:
machine monacotools.visualstudio.com machine monacotools.visualstudio.com
password $(VSO_PAT) password $(VSO_PAT)
machine github.com machine github.com
login vscode
password $(VSCODE_MIXIN_PASSWORD) password $(VSCODE_MIXIN_PASSWORD)
EOF EOF
......
...@@ -15,7 +15,7 @@ steps: ...@@ -15,7 +15,7 @@ steps:
- powershell: | - powershell: |
. build/azure-pipelines/win32/exec.ps1 . build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"
"machine monacotools.visualstudio.com`npassword $(VSO_PAT)`nmachine github.com`npassword $(VSCODE_MIXIN_PASSWORD)" | Out-File "$env:USERPROFILE\_netrc" -Encoding ASCII "machine monacotools.visualstudio.com`npassword $(VSO_PAT)`nmachine github.com`nlogin vscode`npassword $(VSCODE_MIXIN_PASSWORD)" | Out-File "$env:USERPROFILE\_netrc" -Encoding ASCII
$env:npm_config_arch="$(VSCODE_ARCH)" $env:npm_config_arch="$(VSCODE_ARCH)"
$env:CHILD_CONCURRENCY="1" $env:CHILD_CONCURRENCY="1"
$env:VSCODE_MIXIN_PASSWORD="$(VSCODE_MIXIN_PASSWORD)" $env:VSCODE_MIXIN_PASSWORD="$(VSCODE_MIXIN_PASSWORD)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册