Browse Source

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

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

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

@@ -215,7 +215,6 @@ function runRelease (targetBranch, options) {
   } else {
     buildCircleCI(targetBranch, options)
     buildAppVeyor(targetBranch, options)
-    buildVSTS(targetBranch, options)
   }
 }