This commit is contained in:
JustArchi
2017-08-14 19:02:06 +02:00
parent 82e38d78eb
commit 1727492e07

2
cc.sh
View File

@@ -44,7 +44,7 @@ if [[ "$CLEAN" -eq 1 ]]; then
fi
dotnet restore
dotnet build -c "$BUILD" -o "$OUT" "${MSBUILD_ARGS[@]}"
dotnet build -c "$BUILD" -o "$OUT" --no-restore "${MSBUILD_ARGS[@]}"
echo
echo "Compilation finished successfully! :)"