Skip to content

Commit

Permalink
Merge pull request #3070 from pascalberger/feature/remove-useworkingd…
Browse files Browse the repository at this point in the history
…irectory

GH3069: Remove use of UseWorkingDirectory in default template
  • Loading branch information
devlead authored Feb 1, 2021
2 parents 56a4943 + 2a8b84b commit ba21d16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public static int Main(string[] args)
{
return new CakeHost()
.UseContext<BuildContext>()
.UseWorkingDirectory("..")
.Run(args);
}
}
Expand Down

0 comments on commit ba21d16

Please sign in to comment.