Skip to content

Commit 3a4b86b

Browse files
committed
Update PSScriptAnalyzer to v1.25.0
1 parent 3b61ce8 commit 3a4b86b

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
@@ -122,7 +122,7 @@ task RestorePsesModules {
122122
# NOTE: When updating module versions, ensure they are also saved to the CFS feed
123123
if (-not (Test-Path "module/PSScriptAnalyzer")) {
124124
Write-Build DarkMagenta "Restoring PSScriptAnalyzer module"
125-
Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.24.0" -Repository $PSRepository -TrustRepository -Verbose
125+
Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.25.0" -Repository $PSRepository -TrustRepository -Verbose
126126
}
127127
if (-not (Test-Path "module/PSReadLine")) {
128128
Write-Build DarkMagenta "Restoring PSReadLine module"

0 commit comments

Comments
 (0)