diff --git a/build/Build-Nightly.ps1 b/build/Build-Nightly.ps1 index c03dfd64e..0c8f648d0 100644 --- a/build/Build-Nightly.ps1 +++ b/build/Build-Nightly.ps1 @@ -39,7 +39,7 @@ if ($runPublish -eq $false -and $dependencies.PnPCore -ne $pnpcoresdk_hash) { if ($runPublish -eq $true) { $dependencies.Updated = Get-Date -Format "yyyyMMdd-HHmmss" $dependencies.PnPCore = $pnpcoresdk_hash - $dependencies.PnPFramework = $pnppowershell_hash + $dependencies.PnPFramework = $pnpframework_hash $dependencies.PnPPowershell = $pnppowershell_hash Set-Content ./dependencies.json -Value $(ConvertTo-Json $dependencies) -Force