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

This commit is contained in:
John Kleinschmidt 2019-10-31 09:58:56 -04:00 committed by GitHub
parent 3ae3233e65
commit dfdf1b54c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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