提交 70912d13 编写于 作者: J Joao Moreno

tfs: remove windows build step

上级 506ec625
......@@ -16,13 +16,6 @@ $Build = "$Root\VSCode-win32"
$PackageJson = Get-Content -Raw -Path "$Build\resources\app\package.json" | ConvertFrom-Json
$Version = $PackageJson.version
$Quality = "$env:VSCODE_QUALITY"
step "Install build dependencies" {
pushd "$Repo\build\tfs\common"
exec { & npm i }
popd
}
$env:AZURE_STORAGE_ACCESS_KEY_2 = $storageKey
$env:MOONCAKE_STORAGE_ACCESS_KEY = $mooncakeStorageKey
$env:AZURE_DOCUMENTDB_MASTERKEY = $documentDbKey
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册