We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cda0eb commit c8e1081Copy full SHA for c8e1081
PowerShellEditorServices.build.ps1
@@ -121,7 +121,7 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
121
122
task RestorePsesModules -If (-not (Test-Path "module/PSReadLine") -or -not (Test-Path "module/PSScriptAnalyzer")) {
123
Write-Build DarkMagenta "Restoring bundled modules"
124
- Save-Module -Path module -Repository $PSRepository -Name PSScriptAnalyzer -RequiredVersion "1.22.0" -Verbose
+ Save-Module -Path module -Repository $PSRepository -Name PSScriptAnalyzer -RequiredVersion "1.23.0" -Verbose
125
Save-Module -Path module -Repository $PSRepository -Name PSReadLine -RequiredVersion "2.4.0-beta0" -AllowPrerelease -Verbose
126
}
127
0 commit comments