Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Nuke build script to push packages to NuGet.org
- Implement `PublishToNugetOrg` target in `Build` class to push packages to NuGet.org. - Add required parameters `NUGETAPIKEY` and `NUGET_SOURCE`. - Include logging for package push operations. - Ensure the target depends on the `Pack` tar
- Loading branch information