This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-toolbuilder-cil/scripts/release.sh
2022-04-02 19:14:26 -05:00

9 lines
259 B
Bash
Executable file

#!/usr/bin/env sh
cd $(dirname $0)/..
(cd src && dotnet dotnet-gitversion /updateprojectfiles)
dotnet clean
dotnet build
dotnet pack --include-symbols --include-source
dotnet nuget push src/*/bin/Debug/*.nupkg --api-key $NUGET_TOKEN --source $NUGET_PUSH_URL