Skip to content

Conversation

@yevhen
Copy link
Owner

@yevhen yevhen commented Dec 18, 2025

The glob pattern SharpAssert..nupkg was matching both the main
package and the Runtime package, causing the publish to fail.
Changed to SharpAssert.[0-9]
.nupkg which only matches packages
starting with a version number, excluding SharpAssert.Runtime.

The glob pattern SharpAssert.*.nupkg was matching both the main
package and the Runtime package, causing the publish to fail.
Changed to SharpAssert.[0-9]*.nupkg which only matches packages
starting with a version number, excluding SharpAssert.Runtime.
@claude
Copy link

claude bot commented Dec 18, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

@yevhen yevhen merged commit b239a33 into main Dec 18, 2025
1 of 3 checks passed
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.

3 participants