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 05edd43 commit f76bddeCopy full SHA for f76bdde
pages/Build-Site.ps1
@@ -81,7 +81,7 @@ Try {
81
82
$scriptBlockStableRelease = {
83
Write-Host "Installing latest stable release of PnP PowerShell"
84
- Install-Module PnP.PowerShell -AllowPrerelease -Force
+ Install-Module PnP.PowerShell -Force
85
86
Write-Host "Retrieving PnP PowerShell cmdlets"
87
$cmdlets = Get-Command -Module PnP.PowerShell | Select-Object -ExpandProperty Name
0 commit comments