From ab34ca70a63b33df373d65ac669cf88efb189057 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 16 Jan 2017 01:36:39 +0100 Subject: [PATCH] Misc --- cc.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cc.sh b/cc.sh index 7b0aab9be..00279567c 100755 --- a/cc.sh +++ b/cc.sh @@ -43,9 +43,10 @@ if [[ ! -f "$SOLUTION" ]]; then exit 1 fi -if hash nuget &>/dev/null; then - nuget restore "$SOLUTION" || true -fi +# Not needed for ASF, we have packages in-tree +#if hash nuget &>/dev/null; then +# nuget restore "$SOLUTION" || true +#fi if [[ "$CLEAN" -eq 1 ]]; then rm -rf out