From 702bc25deef779ccf4acc7d3aa852bc3701be23d Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Fri, 3 Feb 2023 20:32:52 +0600 Subject: [PATCH] pack release configuration --- pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.sh b/pack.sh index 0045e88..95cc2f6 100644 --- a/pack.sh +++ b/pack.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash set -ex rm -rf nuget -dotnet pack -o ./nuget/ +dotnet pack -c Release -o ./nuget/ rm ./nuget/DTLib.Tests.* ls nuget