Skip to content

Conversation

martincostello
Copy link
Member

Changes

Publish NuGet packages built on main or from tags to feedz.io.

Merge requirement checklist

  • Unit tests added/updated
  • CHANGELOG.md file updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

@martincostello martincostello added enhancement New feature or request github-actions Pull requests that update GitHub Actions code labels Jul 17, 2025
@martincostello martincostello force-pushed the publish-main-to-feedz.io branch from d1ad833 to f45cd8d Compare July 17, 2025 14:01
@martincostello martincostello force-pushed the publish-main-to-feedz.io branch 2 times, most recently from 0d253b5 to a146833 Compare July 30, 2025 14:05
Publish NuGet packages built on main or from tags to feedz.io.
@martincostello martincostello force-pushed the publish-main-to-feedz.io branch from a146833 to ee8fa09 Compare August 5, 2025 14:49
@martincostello martincostello marked this pull request as ready for review August 8, 2025 08:02
@Copilot Copilot AI review requested due to automatic review settings August 8, 2025 08:02
@martincostello martincostello requested a review from a team as a code owner August 8, 2025 08:02
@martincostello
Copy link
Member Author

Usage approved.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new CI/CD job to publish NuGet packages to feedz.io for builds from the main branch or tagged releases. The job follows the same pattern as the existing NuGet publishing job but targets a private package feed instead of the public NuGet registry.

  • Adds a new publish-feedz-io job that publishes packages to feedz.io
  • Configures the job to run only on non-fork repositories for main branch or tagged builds
  • Uses Vault secrets integration to securely retrieve the feedz.io API token

@martincostello martincostello enabled auto-merge (squash) August 8, 2025 08:03
@martincostello martincostello merged commit 49f0ad7 into main Aug 8, 2025
20 checks passed
@martincostello martincostello deleted the publish-main-to-feedz.io branch August 8, 2025 13:07
@martincostello martincostello mentioned this pull request Aug 8, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request github-actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants