Skip to content

Commit 560cca3

Browse files
committed
Update bundled PSScriptAnalyzer to v1.24.0
1 parent 28b113e commit 560cca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
120120

121121
task RestorePsesModules -If (-not (Test-Path "module/PSReadLine") -or -not (Test-Path "module/PSScriptAnalyzer")) {
122122
Write-Build DarkMagenta "Restoring bundled modules"
123-
Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.23.0" -Repository $PSRepository -TrustRepository -Verbose
123+
Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.24.0" -Repository $PSRepository -TrustRepository -Verbose
124124
Save-PSResource -Path module -Name PSReadLine -Version "2.4.0-beta0" -Prerelease -Repository $PSRepository -TrustRepository -Verbose
125125
}
126126

0 commit comments

Comments
 (0)