Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

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

Merged
DecSmith42 merged 1 commit into
mainfrom
patch/v1.0.1
Dec 18, 2025
Merged

fix(build): remove unnecessary parameter requirements for GitHub release#16
DecSmith42 merged 1 commit into
mainfrom
patch/v1.0.1

Conversation

@DecSmith42

Copy link
Copy Markdown
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:06
@DecSmith42 DecSmith42 enabled auto-merge December 18, 2025 14:06
@DecSmith42 DecSmith42 merged commit bd2ea22 into main Dec 18, 2025
31 of 33 checks passed
@DecSmith42 DecSmith42 deleted the patch/v1.0.1 branch December 18, 2025 14:09

Copilot AI left a comment

Copy link
Copy Markdown

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 simplifies the GitHub release workflow configuration by removing unnecessary NuGet-related parameter requirements from the PushToRelease target.

Key changes:

  • Removed NugetFeed and NugetApiKey parameter requirements from the PushToRelease target, as these parameters are not needed for GitHub releases

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants