Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Sep 6, 2017
1 parent 3479a2e commit 94ec480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Task("Appveyor")

Task("Travis")
.IsDependentOn("Build")
.IsDependentOn("Package");
.IsDependentOn("PackageZip");

Task("Default")
.IsDependentOn("Build");
Expand Down

0 comments on commit 94ec480

Please sign in to comment.