Browse Source

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

trop[bot] 5 years ago
parent
commit
2228e5ac65
1 changed files with 0 additions and 1 deletions
  1. 0 1
      script/release/ci-release-build.js

+ 0 - 1
script/release/ci-release-build.js

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