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.
2 parents bf7d224 + d70439b commit f405affCopy full SHA for f405aff
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