DTLib/pack.sh
2022-12-06 17:20:02 +06:00

7 lines
95 B
Bash

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