Skip to content

Fix path pattern for dotnet nuget push#653

Merged
delatrie merged 1 commit intomainfrom
nuget-push-path-fix
Apr 28, 2026
Merged

Fix path pattern for dotnet nuget push#653
delatrie merged 1 commit intomainfrom
nuget-push-path-fix

Conversation

@delatrie
Copy link
Copy Markdown
Contributor

Context

The PR fixes the File does not exist (./artifacts/package/release/*.nupkg) error in the publishing pipeline.

The reason was that due to / path separators, the path provided to dotnet nuget push was treated as a literal path instead of a path pattern. Changing path separators from / to \ fixes the problem.

@delatrie delatrie added the type:internal Change that isn't visible or obvious for end users label Apr 27, 2026
@delatrie delatrie merged commit f1d5a3f into main Apr 28, 2026
7 checks passed
@delatrie delatrie deleted the nuget-push-path-fix branch April 28, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme:workflow type:internal Change that isn't visible or obvious for end users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants