ExtractCompressNuGet.ps1, used in DotNet signing pipelines, fails with "Invoke-WebRequest : 404: Not Found" when it tries to install a powershell patch which is outdated and no longer available,
This removes that patching code and instead ensures the correct Powershell.Archive minimum version is installed.
Fixes #minor
Proposed Changes
ExtractCompressNuGet.ps1, used in DotNet signing pipelines, fails with "Invoke-WebRequest : 404: Not Found" when it tries to install a powershell patch which is outdated and no longer available,
This removes that patching code and instead ensures the correct Powershell.Archive minimum version is installed.