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

tfs: fix windows build

上级 4c786b00
......@@ -12,7 +12,7 @@ $env:HOME=$env:USERPROFILE
"machine monacotools.visualstudio.com password ${vsoPAT}" | Out-File "$env:USERPROFILE\_netrc" -Encoding ASCII
step "Install dependencies" {
exec { & npm install --arch ia32 }
exec { & npm install --arch=ia32 }
}
$env:VSCODE_MIXIN_PASSWORD = $mixinPassword
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册