fix build

This commit is contained in:
Joao Moreno
2019-03-19 11:16:41 +01:00
parent 2d07ded94f
commit f1f00a7d2b
3 changed files with 1 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ steps:
machine monacotools.visualstudio.com
password $(VSO_PAT)
machine github.com
login $(VSCODE_MIXIN_USERNAME)
password $(VSCODE_MIXIN_PASSWORD)
EOF

View File

@@ -18,7 +18,6 @@ steps:
machine monacotools.visualstudio.com
password $(VSO_PAT)
machine github.com
login $(VSCODE_MIXIN_USERNAME)
password $(VSCODE_MIXIN_PASSWORD)
EOF

View File

@@ -15,7 +15,7 @@ steps:
- powershell: |
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
"machine monacotools.visualstudio.com`npassword $(VSO_PAT)`nmachine github.com`nlogin $(VSCODE_MIXIN_USERNAME)`npassword $(VSCODE_MIXIN_PASSWORD)" | Out-File "$env:USERPROFILE\_netrc" -Encoding ASCII
"machine monacotools.visualstudio.com`npassword $(VSO_PAT)`nmachine github.com`npassword $(VSCODE_MIXIN_PASSWORD)" | Out-File "$env:USERPROFILE\_netrc" -Encoding ASCII
$env:npm_config_arch="$(VSCODE_ARCH)"
$env:CHILD_CONCURRENCY="1"
$env:VSCODE_MIXIN_PASSWORD="$(VSCODE_MIXIN_PASSWORD)"