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

This commit is contained in:
trop[bot]
2019-10-31 10:04:53 -04:00
committed by John Kleinschmidt
parent 92cace3998
commit 2228e5ac65

View File

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