DTLib/pack.sh

7 lines
106 B
Bash

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