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 0387fe1 commit cbc3ab1Copy full SHA for cbc3ab1
Build.ps1
@@ -28,6 +28,9 @@ If (!(Get-Module Microsoft.PowerShell.SecretManagement -ListAvailable)) {
28
If (!(Get-Module Microsoft.PowerShell.SecretStore -ListAvailable)) {
29
Install-Module Microsoft.PowerShell.SecretStore -Force -Confirm:$false
30
}
31
+If (!(Get-Module PwshSpectreConsole -ListAvailable)) {
32
+ Install-Module PwshSpectreConsole -Force -Confirm:$false
33
+}
34
35
$manifestContent = (Get-Content -Path $manifestPath -Raw) -replace '<ModuleVersion>', $buildVersion
36
0 commit comments