Update cc.sh

This commit is contained in:
JustArchi
2019-09-26 22:13:50 +02:00
parent b0cc1a47e3
commit 53694854f2

2
cc.sh
View File

@@ -100,7 +100,7 @@ if [[ "$TEST" -eq 1 ]]; then
dotnet test "$TESTS_PROJECT" "${DOTNET_FLAGS[@]}"
fi
dotnet publish "$MAIN_PROJECT" "${DOTNET_FLAGS[@]}" -o "$OUT"
dotnet publish "$MAIN_PROJECT" -o "$OUT" "${DOTNET_FLAGS[@]}"
echo
echo "SUCCESS: Compilation finished successfully! :)"