Skip to content

Commit

Permalink
Git release !
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Oct 7, 2016
1 parent 14d2d3b commit c7805d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Task "GitRelease" [] <| fun _ ->
Git.Branches.pushTag "" remote release.NugetVersion

Task "Default" ["RunTests"] DoNothing
Task "Release" ["GitHubRelease"; "PublishNuget"] DoNothing
Task "Release" ["GitRelease"; "GitHubRelease"; "PublishNuget"] DoNothing
Task "CI" ["Clean"; "RunTests"; "Zip"; "NuGet"] DoNothing

RunTaskOrDefault "Default"

0 comments on commit c7805d5

Please sign in to comment.