What is the expected propagation time for a new package version? #180237
-
Patch Tuesday has happened, Microsoft has dropped the .net SDKs 6.0.427 and 8.0.403. I can see you've merged PRs for 6.0.427 and 8.0.403 but neither are yet available when running This puts us ~10 and ~8 hours post merge, which seems slow - What is the expected propagation time? Is there any way for a consumer to see the state of a version release? Source list as I suspect it may be relevant
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The usual propagation time is generally within an hour. You're seeing unexpected delay right now because the publish pipeline is failing at the moment. You can see the status labels from the repo's README.
This is generally tracked by the Publish-Pipeline-Succeeded label. The bot labels a merged PR with Publish-Pipeline-Succeeded when that PR has successfully gone through the pipeline. You can see right now that the PRs you linked above don't have that label. But sometimes when the pipeline is erroring out, the maintainers may kick off a manual publish run for the whole repo, and that may not attach this label. |
Beta Was this translation helpful? Give feedback.
The usual propagation time is generally within an hour. You're seeing unexpected delay right now because the publish pipeline is failing at the moment. You can see the status labels from the repo's README.
This is generally tracked by the Publish-Pipeline-Succeeded label. The bot labels a merged PR with Publish-Pipeline-Succeeded when that PR has successfully gone through the pipeline. You can see right now that the PRs you linked above don't have that label. But sometimes when the pipeline is erroring out, the maintainers may kick off a manual publish run for the whole repo, and that may not attach this label.