Skip to content

Commit

Permalink
[wip] this PR is for discussion to pair/pave way to vsts
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed May 4, 2018
1 parent a4d4202 commit 27d3c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Expand Up @@ -31,7 +31,7 @@ var target = Argument("target", "Default");
if (string.IsNullOrWhiteSpace(target))
{
target = "Default";
}
}

//////////////////////////////////////////////////////////////////////
// PREPARATION
Expand Down

0 comments on commit 27d3c11

Please sign in to comment.