Skip to content

Commit

Permalink
Remove all bin,obj when cleaning (#2500)
Browse files Browse the repository at this point in the history
Co-authored-by: Zoltan Csizmadia <[email protected]>
  • Loading branch information
zcsizmadia and Zoltan Csizmadia authored Sep 18, 2023
1 parent 41b3c08 commit ae05154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lang/csharp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ do
;;

clean)
rm -rf src/apache/{main,test,codegen,ipc,msbuild,perf}/{obj,bin}
rm -rf src/apache/{main,test,codegen,ipc,msbuild,perf,benchmark}/{obj,bin}
rm -rf src/apache/codec/Avro.File.{BZip2,Snappy,XZ,ZStandard}{,.Test}/{obj,bin}
rm -rf build
rm -f TestResult.xml
;;
Expand Down

0 comments on commit ae05154

Please sign in to comment.