Update the in-proc pipeline to upload artifacts to internal feed for nightly builds#4421
Merged
aishwaryabh merged 9 commits intoin-procfrom Jun 2, 2025
Merged
Conversation
liliankasem
reviewed
May 15, 2025
liliankasem
reviewed
May 15, 2025
25d46a2 to
d0315b5
Compare
d0315b5 to
fab5c01
Compare
liliankasem
approved these changes
May 29, 2025
kshyju
reviewed
May 31, 2025
kshyju
approved these changes
May 31, 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.
Issue describing the changes in this PR
Resolves #4420
I'm fixing the consolidated pipeline to automatically trigger when a build is done on either the core-tools.official pipeline or the core-tools-host pipeline. However we want to distinguish between nightly builds and regular builds that were triggered by CI. Therefore, we can seperate the nightly build artifacts from the CI trigerred artifacts by uploading the nightly build artifacts to an internal feed.
The format of the artifact version will be: YYYY.MMDD.buildId (where MMDD has no leading zeros).
Here is an example of the feed:
https://azfunc.visualstudio.com/internal/_artifacts/feed/core-tools-nightly-build
Pull request checklist