Skip to content

Commit

Permalink
applies fix for PS7.5 bug with Remove-Item
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgerati committed May 31, 2024
1 parent 471fe76 commit e0d94b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pode.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ param(
$ReleaseNoteVersion
)

# Fix for PS7.5 Preview - https://github.com/PowerShell/PowerShell/issues/23868
$ProgressPreference = 'SilentlyContinue'

<#
# Dependency Versions
#>
Expand Down

0 comments on commit e0d94b3

Please sign in to comment.