fix: Resolve PowerShell wildcard issue in NuGet publish workflow#31
Merged
fix: Resolve PowerShell wildcard issue in NuGet publish workflow#31
Conversation
## CI/CD Fixes - **PowerShell Wildcard**: Fixed Get-ChildItem for proper file enumeration - **File Upload**: Replaced wildcard patterns with ForEach-Object loop - **Cross-Platform**: Ensured compatibility with Windows PowerShell ## Technical Details - Fixed "File does not exist (./packages/*.nupkg)" error - Used Get-ChildItem -Filter to enumerate .nupkg files - Applied ForEach-Object to process each package individually - Maintained same functionality for both GitHub Packages and NuGet.org publishing ## Impact - ✅ CI/CD pipeline now works correctly on Windows runners - ✅ Package publishing no longer fails with wildcard errors - ✅ Maintained backward compatibility with existing workflow
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


CI/CD Fixes
Technical Details
Impact
All Submissions:
New Feature Submissions:
Changes to Core Features: