TribufuDotNet/scripts/package.ps1

5 lines
68 B
PowerShell

#!/usr/bin/env sh
dotnet clean
dotnet build -c Release
dotnet pack