This is optional Make sure you have a local Nuget Package feed to publish, e.g.:
dotnet nuget list source
dotnet nuget add source "C:\Nuget\LocalFeed" -n local dotnet pack -c ReleaseThis is assuming you're building from solution path
dotnet nuget push .\Mediator\bin\Release\Mediator.1.0.0.nupkg -s local