mycroforge/MycroForge.Core/README.md
2024-07-07 21:24:56 +02:00

6 lines
150 B
Markdown

### Publish to local nuget repo
```shell
dotnet build -r Release
dotnet nuget push --source gitea bin/Release/MycroForge.Core.1.0.0.nupkg
```