Skip to content

Commit

Permalink
fix publish on tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed May 16, 2017
1 parent bf7d224 commit d70439b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ Task("Publish-MyGet")
.WithCriteria(() => !isLocalBuild)
.WithCriteria(() => !isPullRequest)
.WithCriteria(() => isMainRepo)
.WithCriteria(() => isMasterBranch)
.WithCriteria(()=> isReleasable)
.WithCriteria(() => isMasterBranch)
.WithCriteria(()=> isRunningOnAppVeyor)
.WithCriteria(()=> isTagged)
.Does(() =>
Expand Down

0 comments on commit d70439b

Please sign in to comment.