TLSharp/scripts/pack.sh

7 lines
94 B
Bash
Raw Normal View History

2020-01-08 13:05:58 +01:00
#!/usr/bin/env bash
export VERSION=`cat ./VERSION`
cd "TLSharp.Core"
dotnet pack -c Release