Skip to content

Commit

Permalink
added default target
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Feb 3, 2016
1 parent 4ebc4f9 commit a955270
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
var sln = "./Cake.ExtendedNuGet.sln";
var nuspec = "./Cake.ExtendedNuGet.nuspec";

var target = Argument ("target", "lib");
var target = Argument ("target", "Default");

Task ("Default").IsDependentOn ("lib");

Task ("lib").Does (() =>
{
Expand Down

0 comments on commit a955270

Please sign in to comment.