TLSharp/scripts/pack.sh
2020-01-09 11:02:15 +03:00

7 lines
94 B
Bash
Executable file

#!/usr/bin/env bash
export VERSION=`cat ./VERSION`
cd "TLSharp.Core"
dotnet pack -c Release