DTLib/pack.sh
2023-02-04 03:15:52 +06:00

8 lines
133 B
Bash

#!/usr/bin/bash
set -ex
dotnet pack -c Release -o ./nuget_new/
rm ./nuget_new/DTLib.Tests.*
rm -rf nuget
mv nuget_new nuget
ls nuget