Skip to content

Commit

Permalink
Update dotnet new template (#2391)
Browse files Browse the repository at this point in the history
Update dotnet new template
  • Loading branch information
matthid authored Sep 6, 2019
2 parents 452895d + af2d32a commit 921f197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/template/fake-template/Content/build.fake.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ open Fake.IO.FileSystemOperators
open Fake.IO.Globbing.Operators
open Fake.Core.TargetOperators

Target.initEnvironment ()

Target.create "Clean" (fun _ ->
!! "src/**/bin"
++ "src/**/obj"
Expand Down

0 comments on commit 921f197

Please sign in to comment.