We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b61ce8 commit 3a4b86bCopy full SHA for 3a4b86b
PowerShellEditorServices.build.ps1
@@ -122,7 +122,7 @@ task RestorePsesModules {
122
# NOTE: When updating module versions, ensure they are also saved to the CFS feed
123
if (-not (Test-Path "module/PSScriptAnalyzer")) {
124
Write-Build DarkMagenta "Restoring PSScriptAnalyzer module"
125
- Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.24.0" -Repository $PSRepository -TrustRepository -Verbose
+ Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.25.0" -Repository $PSRepository -TrustRepository -Verbose
126
}
127
if (-not (Test-Path "module/PSReadLine")) {
128
Write-Build DarkMagenta "Restoring PSReadLine module"
0 commit comments