Skip to content

Conversation

@liamgold
Copy link
Owner

Fixes the publish workflow to use the default dotnet pack output location (src/bin/Release/*.nupkg) instead of a custom ./nupkg directory that wasn't being created properly.

Copilot AI review requested due to automatic review settings October 15, 2025 22:16
Copy link
Contributor

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 fixes the NuGet package publishing workflow by correcting the output path for packaged files. The workflow was attempting to use a custom ./nupkg directory that wasn't being created, causing the publish step to fail.

Key changes:

  • Removed the custom --output ./nupkg parameter from the pack command to use dotnet's default output location
  • Updated the push command to reference the default pack output path at src/bin/Release/*.nupkg

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@liamgold liamgold merged commit 4b66417 into main Oct 15, 2025
1 check passed
@liamgold liamgold deleted the fix/nuget-publish-path branch October 15, 2025 22:20
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.

2 participants