Skip to content

Comments

fix(build): remove unnecessary parameter requirements for GitHub release#23

Merged
DecSmith42 merged 1 commit intomainfrom
patch/v1.8.1
Dec 18, 2025
Merged

fix(build): remove unnecessary parameter requirements for GitHub release#23
DecSmith42 merged 1 commit intomainfrom
patch/v1.8.1

Conversation

@DecSmith42
Copy link
Owner

Removed redundant NugetFeed and NugetApiKey parameter requirements from the PushToRelease target in ITargets.cs. This simplifies configuration for GitHub release workflows.

Removed redundant `NugetFeed` and `NugetApiKey` parameter requirements from the `PushToRelease` target in `ITargets.cs`. This simplifies configuration for GitHub release workflows.
Copilot AI review requested due to automatic review settings December 18, 2025 14:05
@DecSmith42 DecSmith42 enabled auto-merge December 18, 2025 14:05
Copy link

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 removes unnecessary NuGet-related parameter requirements from the PushToRelease build target. The PushToRelease target uploads artifacts to GitHub releases and doesn't actually use NuGet feed or API key parameters, making these requirements redundant.

  • Removed .RequiresParam(nameof(NugetFeed), nameof(NugetApiKey)) from PushToRelease target

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DecSmith42 DecSmith42 merged commit b02a272 into main Dec 18, 2025
39 of 48 checks passed
@DecSmith42 DecSmith42 deleted the patch/v1.8.1 branch December 18, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant