Skip to content

Commit

Permalink
dump
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Nov 21, 2024
1 parent 9166714 commit 1bda303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Actions/Deliver/Deliver.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ foreach ($thisProject in $projectList) {
Write-Host "Token expires in $seconds seconds"
Start-Sleep -Seconds ($seconds+300)
$authContext = ReNew-BcAuthContext $authContext
$seconds = $bcAuthContext.UtcExpiresOn.Subtract([DateTime]::UtcNow).TotalSeconds
Write-Host "Token expires in $seconds seconds"

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

0 comments on commit 1bda303

Please sign in to comment.