mycroforge/MycroForge.CLI/scripts/publish-nuget.sh
mdnapo 165d97245d
Some checks failed
Build and publish MycroForge.CLI / test (push) Failing after 50s
Test MycroForge.CLI / test (push) Has been skipped
Properly configured build actions
2024-10-06 13:50:21 +02:00

8 lines
128 B
Bash

#!/usr/bin/bash
dotnet pack -v d
VERSION="1.0.0"
dotnet nuget push nupkg/MycroForge.CLI.$VERSION.nupkg --source devdisciples