Ensure we push the correct symbol packages as part of a release - #9196
Ensure we push the correct symbol packages as part of a release#9196andrewlock wants to merge 1 commit into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
BenchmarksBenchmark execution time: 2026-09-07 15:28:40 Comparing candidate commit edcb07c in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 71 metrics, 1 unstable metrics, 69 known flaky benchmarks, 57 flaky benchmarks without significant changes.
|
Summary of changes
Push the
.snupkgfiles from GitLab instead of Azure DevOpsReason for change
We now push the NuGet packages that are built (and signed) in GitLab, instead of the ones that are built in Azure DevOps. However, that means we also need to push the associated snupkg files too.
Implementation details
Make sure gitlab publishes the snupkg files, and that we download them as part of the release.
Test coverage
Not very easy to test this stuff unfortunately, but have done some manual testing
Other details
Without this change, the snupkgs get rejected, and had to be manually uploaded instead