Updated publishing notes.

main
Sean McArde 2024-03-14 14:46:17 -07:00
parent de550ceee1
commit e5af19f7fb
1 changed files with 2 additions and 0 deletions

View File

@ -40,5 +40,7 @@ if (matched.Success) {
Publish nuget package:
```
cd McRule/bin/Release
dotnet publish -c release ../../
dotnet nuget push McRule.0.0.5.nupkg --api-key <api key> --source https://api.nuget.org/v3/index.json
```