We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7d224 commit d70439bCopy full SHA for d70439b
1 file changed
build.cake
@@ -286,8 +286,7 @@ Task("Publish-MyGet")
286
.WithCriteria(() => !isLocalBuild)
287
.WithCriteria(() => !isPullRequest)
288
.WithCriteria(() => isMainRepo)
289
- .WithCriteria(() => isMasterBranch)
290
- .WithCriteria(()=> isReleasable)
+ .WithCriteria(() => isMasterBranch)
291
.WithCriteria(()=> isRunningOnAppVeyor)
292
.WithCriteria(()=> isTagged)
293
.Does(() =>
0 commit comments