build: do not try to run non existent VSTS release builds (#20876)

This commit is contained in:
trop[bot]
2019-10-31 10:55:28 -04:00
committed by John Kleinschmidt
parent 8cf8c8fe63
commit c2c25f1ee3

View File

@@ -225,7 +225,6 @@ function runRelease (targetBranch, options) {
} else {
buildCircleCI(targetBranch, options)
buildAppVeyor(targetBranch, options)
buildVSTS(targetBranch, options)
}
console.log(`${jobRequestedCount} jobs were requested.`)
}