From 1727492e07c709f706983c97d5f249f04d80e99a Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 14 Aug 2017 19:02:06 +0200 Subject: [PATCH] Misc --- cc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc.sh b/cc.sh index b6def0de1..4c606a983 100755 --- a/cc.sh +++ b/cc.sh @@ -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! :)"