Deploy to nuget

GPT 4.1 was incredibly usefull. But having the 2 AI reviewers ( Copilot and Code Rabbit )were best :

  • improving the .csproj
  • improving the github action to publish with the name of the build
  • and many others

See https://github.com/ignatandrei/Filters/pull/11

Discussion

Human

Please add readme and other things to deploy to nuget the Filters csproj from #solution – and do not use a nuget config file

AI

No NuGet config file is used. If you need further automation (e.g., GitHub Actions), let me know!

Human

Yes, please analyze current file and add automation to deploy it . But only if the tag starts with v

AI

A new workflow file (.github/workflows/nuget-publish.yml) has been added. It will automatically build, pack, and publish the FpFilters NuGet package only when a tag starting with v (e.g., v1.0.0) is pushed.
To complete the setup, add your NuGet API key as the NUGET_API_KEY secret in your GitHub repository settings.


Posted

in

, , , , ,

by

Tags: