Skip to content

Commit 7bc2115

Browse files
committed
Clean pkg dir on build
1 parent f6e3dce commit 7bc2115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Target.create "CopyBinaries" (fun _ ->
208208
let buildConfiguration = DotNet.Custom <| Environment.environVarOrDefault "configuration" configuration
209209

210210
Target.create "Clean" (fun _ ->
211-
Shell.cleanDirs ["bin"; "temp"]
211+
Shell.cleanDirs ["bin"; "temp"; "pkg"]
212212
)
213213

214214
Target.create "CleanDocs" (fun _ ->

0 commit comments

Comments
 (0)