We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e3dce commit 7bc2115Copy full SHA for 7bc2115
build.fsx
@@ -208,7 +208,7 @@ Target.create "CopyBinaries" (fun _ ->
208
let buildConfiguration = DotNet.Custom <| Environment.environVarOrDefault "configuration" configuration
209
210
Target.create "Clean" (fun _ ->
211
- Shell.cleanDirs ["bin"; "temp"]
+ Shell.cleanDirs ["bin"; "temp"; "pkg"]
212
)
213
214
Target.create "CleanDocs" (fun _ ->
0 commit comments