PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
495 stars 93 forks source link

Fixed Issue with Compress-PSResource not working when passed Relative Path to DestinationPath #1719

Closed jshigetomi closed 1 month ago

jshigetomi commented 1 month ago

PR Summary

fixes: #1715

This pull request introduces changes to the Compress-PSResource functionality, including updates to the PublishHelper.cs file and the corresponding tests in CompressPSResource.Tests.ps1. The primary focus is on enhancing the compression process and ensuring it works correctly with both absolute and relative paths.

Enhancements to Compress-PSResource functionality:

Updates to tests:

PR Checklist