Skip to content

Commit

Permalink
Only clean the Release folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Mar 17, 2023
1 parent d9e3bd6 commit 2346d83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ pipeline "Build" {
run (
cleanFolders
[| "bin"
"src/Fantomas.FCS/bin"
"src/Fantomas.FCS/obj"
"src/Fantomas.Core/bin"
"src/Fantomas.Core/obj"
"src/Fantomas/bin"
"src/Fantomas/obj"
"src/Fantomas.Client/bin"
"src/Fantomas.Client/obj" |]
"src/Fantomas.FCS/bin/Release"
"src/Fantomas.FCS/obj/Release"
"src/Fantomas.Core/bin/Release"
"src/Fantomas.Core/obj/Release"
"src/Fantomas/bin/Release"
"src/Fantomas/obj/Release"
"src/Fantomas.Client/bin/Release"
"src/Fantomas.Client/obj/Release" |]
)
}
stage "CheckFormat" { run "dotnet fantomas src docs build.fsx --recurse --check" }
Expand Down

0 comments on commit 2346d83

Please sign in to comment.