We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba5880 commit bac8b5dCopy full SHA for bac8b5d
azure-pipelines/update-dependencies.ps1
@@ -5,9 +5,9 @@
5
$auth = "basic $([System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("nfbot:$env:MY_GITHUB_TOKEN"))))"
6
7
# because it can take sometime for the package to become available on the NuGet providers
8
-# need to hang here for 2 minutes (2 * 60)
9
-"Waiting 2 minutes to let package process flow in Azure Artifacts feed..." | Write-Host
10
-Start-Sleep -Seconds 120
+# need to hang here for 1 minute (1 * 60)
+"Waiting 1 minute to let package process flow in Azure Artifacts feed..." | Write-Host
+Start-Sleep -Seconds 60
11
12
# init/reset these
13
$commitMessage = ""
0 commit comments