Skip to content

Commit 9d23a4c

Browse files
committed
Work CI-CD
- Remove wait before starting update dependents. (no real need for this, publishing to Azure feed it's immediate and the time it takes to the pipeline execution to get here it's more than enough) ***NO_CI***
1 parent 40d83e3 commit 9d23a4c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

azure-pipelines/update-dependencies.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
# 'encoded token' is the Base64 of the string "nfbot:personal-token"
55
$auth = "basic $([System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("nfbot:$env:MY_GITHUB_TOKEN"))))"
66

7-
# because it can take sometime for the package to become available on the NuGet providers
8-
# need to hang here for 1 minute (1 * 60)
9-
"Waiting 1 minute to let package process flow in Azure Artifacts feed..." | Write-Host
10-
Start-Sleep -Seconds 60
11-
127
# init/reset these
138
$commitMessage = ""
149
$prTitle = ""

0 commit comments

Comments
 (0)