Skip to content

Commit f405aff

Browse files
author
danwalmsley
authored
Merge pull request #22 from danwalmsley/fix-publish-nugets
fix publish on tags.
2 parents bf7d224 + d70439b commit f405aff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.cake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ Task("Publish-MyGet")
286286
.WithCriteria(() => !isLocalBuild)
287287
.WithCriteria(() => !isPullRequest)
288288
.WithCriteria(() => isMainRepo)
289-
.WithCriteria(() => isMasterBranch)
290-
.WithCriteria(()=> isReleasable)
289+
.WithCriteria(() => isMasterBranch)
291290
.WithCriteria(()=> isRunningOnAppVeyor)
292291
.WithCriteria(()=> isTagged)
293292
.Does(() =>

0 commit comments

Comments
 (0)