We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b113e commit 560cca3Copy full SHA for 560cca3
PowerShellEditorServices.build.ps1
@@ -120,7 +120,7 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
120
121
task RestorePsesModules -If (-not (Test-Path "module/PSReadLine") -or -not (Test-Path "module/PSScriptAnalyzer")) {
122
Write-Build DarkMagenta "Restoring bundled modules"
123
- Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.23.0" -Repository $PSRepository -TrustRepository -Verbose
+ Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.24.0" -Repository $PSRepository -TrustRepository -Verbose
124
Save-PSResource -Path module -Name PSReadLine -Version "2.4.0-beta0" -Prerelease -Repository $PSRepository -TrustRepository -Verbose
125
}
126
0 commit comments