Skip to content

Commit

Permalink
Merge pull request #2700 from microsoft/dev
Browse files Browse the repository at this point in the history
Avoid race condition in publish
  • Loading branch information
freddydk authored Sep 23, 2022
2 parents edbddf6 + 0d73772 commit 40f165a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AppHandling/Publish-NavContainerApp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ try {
Write-Host "Re-enablssing SSL Verification"
[SslVerification]::Enable()
}

# Avoid race condition
Start-Sleep -Seconds 1
}
else {

Expand Down

0 comments on commit 40f165a

Please sign in to comment.