pack release configuration

This commit is contained in:
Timerix22 2023-02-03 20:32:52 +06:00
parent d9140fdbbe
commit 702bc25dee

View File

@ -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