Separate CI-Build and Sdk-Release pipelines#3462
Merged
ramsessanchez merged 3 commits intomainfrom Dec 11, 2025
Merged
Conversation
Contributor
|
@ramsessanchez I've opened a new pull request, #3463, to work on those changes. Once the pull request is ready, I'll request review from you. |
MIchaelMainer
requested changes
Dec 10, 2025
Contributor
MIchaelMainer
left a comment
There was a problem hiding this comment.
ci-build is packing and signing. That will add a lot of time. Do we need that to validate?
.azure-pipelines/ci-build.yml
Outdated
| "$(Build.SourcesDirectory)" | ||
| displayName: 'Build and push docker images' | ||
|
|
||
| allowPackageConflicts: true No newline at end of file |
Contributor
There was a problem hiding this comment.
This task should not be in ci-build. I think this is duplicated. Actually, the Deploy_to_Internal_Feed stage needs to be removed.
Contributor
Author
There was a problem hiding this comment.
Question, do we still want to deploy any pre-release versions to Internal Feed?
Perhaps we can add a condition where the sdk-release pipeline only releases to nuget on Tag commits but releases to internal on commits into main?
MIchaelMainer
approved these changes
Dec 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Copy of #3451
Branched off from Main and PR directly into main to avoid rebase challenges plaguing current Dev branch