mycroforge/MycroForge.Core/scripts/publish-nuget.sh

4 lines
119 B
Bash

#!/bin/bash
dotnet build -r Release
dotnet nuget push --source devdisciples bin/Release/MycroForge.Core.1.0.0.nupkg