Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-carrasco committed Feb 11, 2024
1 parent 51c3200 commit f44fa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CURRENT_DIR=$(dirname "$(readlink -f "$0")")

pushd $CURRENT_DIR/..

rm -rf net-ssa-cli/obj net-ssa-lib/obj unit-tests/obj net-ssa-cli/bin net-ssa-lib/bin unit-tests/bin
rm -rf net-ssa-cli/obj net-ssa-lib/obj unit-test/obj net-ssa-cli/bin net-ssa-lib/bin unit-test/bin

dotnet clean
rm -rf /tmp/build
Expand Down

0 comments on commit f44fa2b

Please sign in to comment.