build: do not try to run non existent VSTS release builds (#20866)
This commit is contained in:
parent
3ae3233e65
commit
dfdf1b54c6
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ function runRelease (targetBranch, options) {
|
|||
} else {
|
||||
buildCircleCI(targetBranch, options)
|
||||
buildAppVeyor(targetBranch, options)
|
||||
buildVSTS(targetBranch, options)
|
||||
}
|
||||
console.log(`${jobRequestedCount} jobs were requested.`)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue