mycroforge/MycroForge.Core/README.md

5 lines
174 B
Markdown

### Publish to local nuget repo
```shell
dotnet nuget push ./bin/Debug/MycroForge.Core.1.0.0.nupkg --source http://localhost:5555/v3/index.json --api-key password
```