Skip to content

Commit

Permalink
Assigned wrong hashvalue to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvanhunen committed Nov 23, 2024
1 parent de06c07 commit 8698e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build-Nightly.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8698e94

Please sign in to comment.