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 {
|
} 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.`)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue