Skip to content

Commit

Permalink
test wait 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Nov 21, 2024
1 parent e8b8aba commit 447399d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/Deliver/Deliver.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ foreach ($thisProject in $projectList) {
Write-Host "Create appsource context"
$appSourceContext | Out-Host
$authContext = New-BcAuthContext @appSourceContext
Start-Sleep -Seconds 600
Start-Sleep -Seconds 3600 # wait for 1 hour
$authContext = ReNew-BcAuthContext $authContext

if ($projectSettings.deliverToAppSource.MainAppFolder) {
Expand Down

0 comments on commit 447399d

Please sign in to comment.