Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Remove no-longer-needed powershell patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Haley committed Aug 29, 2022
1 parent 97832ff commit 7aa18bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/ExtractCompressNuGet.ps1
Expand Up @@ -10,10 +10,6 @@ param
)
pushd $path

# Download temporary version of Archive module that fixes issue on macOS/Linux with path separator
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/PowerShell/Microsoft.PowerShell.Archive/master/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psm1" -OutFile .\archive.psm1
Import-Module .\archive.psm1

[int]$itemsProcessed = 0
if ($extract) {
# Extract .nupkg packages in the path.
Expand Down

0 comments on commit 7aa18bd

Please sign in to comment.