Skip to content

Commit

Permalink
(build) Added missing dependency on GitVersion Task
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Feb 23, 2016
1 parent 977eff8 commit a383a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ Task("Publish-GitHub-Release")
});

Task("Create-Release-Notes")
.Does(() =>
.IsDependentOn("Run-GitVersion")
.Does(() =>
{
GitReleaseManagerCreate(userName, password, "cake-build", "cake", new GitReleaseManagerCreateSettings {
Milestone = milestone,
Expand Down

0 comments on commit a383a03

Please sign in to comment.