6 lines
201 B
Markdown
6 lines
201 B
Markdown
### Publish to local nuget repo
|
|
|
|
```shell
|
|
dotnet build -r Release
|
|
dotnet nuget push ./bin/Release/MycroForge.Core.1.0.0.nupkg --source http://localhost:5555/v3/index.json --api-key password
|
|
``` |