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 (#20877)
This commit is contained in:
committed by
John Kleinschmidt
parent
92cace3998
commit
2228e5ac65
@@ -311,7 +311,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