From 43f7047b4d1d9d5b0475ac0e0e115fcf04665ad9 Mon Sep 17 00:00:00 2001 From: Valters Melnalksnis Date: Tue, 14 Jun 2022 21:37:39 +0300 Subject: [PATCH] fix(build): Remove warnAsError --- deployment/publish.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/publish.sh b/deployment/publish.sh index f8a2360..b320e6e 100644 --- a/deployment/publish.sh +++ b/deployment/publish.sh @@ -11,7 +11,6 @@ dotnet pack \ -p:AssemblyFileVersion="$full_version" \ -p:PackageVersion="$full_version" \ -p:InformationalVersion="$version""$3" \ - /warnAsError \ /nologo || exit