Skip to content

Commit cbc3ab1

Browse files
committed
Update Build.ps1
1 parent 0387fe1 commit cbc3ab1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Build.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ If (!(Get-Module Microsoft.PowerShell.SecretManagement -ListAvailable)) {
2828
If (!(Get-Module Microsoft.PowerShell.SecretStore -ListAvailable)) {
2929
Install-Module Microsoft.PowerShell.SecretStore -Force -Confirm:$false
3030
}
31+
If (!(Get-Module PwshSpectreConsole -ListAvailable)) {
32+
Install-Module PwshSpectreConsole -Force -Confirm:$false
33+
}
3134

3235
$manifestContent = (Get-Content -Path $manifestPath -Raw) -replace '<ModuleVersion>', $buildVersion
3336

0 commit comments

Comments
 (0)