Conversation
…onPath's extension
…estinationPath's extension
…added support for tar, added support for overwrite
…preserved, fixed bug where error and warning messages were not being shown
… merging branches
… based on feedback
…ges.Designer.cs and to remove debug symbols in Release config
…hiveFactory.TryGetArchiveFormatFromExtension, added another list to keep track of paths from -LiteralPath and -Path seperately
…n when installing Pester in tests script, removed default valuesm in parameter attributes, and other minor changes
…r formatting changes
…me is not necessarily equal to FileSystemInfo.Name
…r than collecting all paths first
… testing invalid paths
…e CI status, fixed a bug where a path is determined to be relative to the working directory if the working directory is on a different drive than the path
|
/azp run PowerShell.Microsoft.PowerShell.Archive |
|
Pull request contains merge conflicts. |
|
@ayousuf23 Thanks for getting to this promptly! |
|
@daxian-dbw Sure, I'll add those as well |
…ll.Archive into preview1-pr
|
@daxian-dbw I added the build scripts and yaml files. I'm waiting for the tests to run and then it can be merged. |
|
@daxian-dbw The tests passed. You can merge it now |
|
I don't have permission to merge. |
Me neither 😄. @SteveL-MSFT can you please merge? |
|
Why not preserve a clean history and create new repository PowerShell/Microsoft.PowerShell.Archive.V2? |
|
Talked this over with everyone and we're gonna go with creating a branch off the old code in case it's needed for servicing. |
|
FYI |
| Copyright = '(c) Microsoft. All rights reserved.' | ||
| Description = 'PowerShell module for creating and expanding archives.' | ||
| PowerShellVersion = '7.2.5' | ||
| PowerShellVersion = '7.3.0' |
There was a problem hiding this comment.
@ayousuf23 Please open a new PR for this version change.
PR Summary
This PR adds back the v1 code, tests, build scripts, and yaml files to the
Archive_v1folder. It updates the required PowerShell version for the v2.0.1 module to PowerShell v7.3.0PR Context
See above.