mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: do not try to run non existent VSTS release builds (#20876)
This commit is contained in:
committed by
John Kleinschmidt
parent
8cf8c8fe63
commit
c2c25f1ee3
@@ -225,7 +225,6 @@ function runRelease (targetBranch, options) {
|
||||
} else {
|
||||
buildCircleCI(targetBranch, options)
|
||||
buildAppVeyor(targetBranch, options)
|
||||
buildVSTS(targetBranch, options)
|
||||
}
|
||||
console.log(`${jobRequestedCount} jobs were requested.`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user