microsoft / botbuilder-tools

Welcome to the Bot Framework Tools repository, which is the home for a set of tools for developers building bots with the Microsoft Bot Framework
https://github.com/Microsoft/botframework
MIT License
444 stars 262 forks source link

Fix ExtractCompressNuGet.ps1 in tools #1556

Closed BruceHaley closed 2 years ago

BruceHaley commented 2 years ago

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.