Skip to content

Commit

Permalink
Remove all bin,obj when cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Csizmadia authored and Zoltan Csizmadia committed Sep 18, 2023
1 parent 41b3c08 commit 1959dd9
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 1959dd9

Please sign in to comment.