From 4181334d06df3ee5cf54907dcf476e2c0ec53fb2 Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 11 May 2021 21:56:26 +0100 Subject: [PATCH] No clean --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index c6e1d8fad..cbdfb3de3 100755 --- a/build.sh +++ b/build.sh @@ -69,9 +69,6 @@ Build() platform=Posix fi - dotnet clean $slnFile -c Debug - dotnet clean $slnFile -c Release - if [[ -z "$RID" || -z "$FRAMEWORK" ]]; then dotnet msbuild -restore $slnFile -p:Configuration=Release -p:Platform=$platform -t:PublishAllRids