-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling Proper Defaulting of BuildTargetingString
within nested templates
#21426
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
dd1d8a2
adding coalesc everywhere
scbedd c0ac841
Revert "adding coalesc everywhere"
scbedd e7f1797
change the diff, allow it to set at the CI level
scbedd 5d13c79
trying to add the coalesce everywhere we use it
scbedd ace8624
removing changes to core ci.yml
scbedd 1de7be4
don't trigger core changes anymore. update how we call into this thing
scbedd 4c27f5c
update to runtime syntax
scbedd a61dc4f
attempt usage
scbedd 20d39af
update how we handle this thing
scbedd b83e3e7
adjust to variable access syntax instead of macro syntax
scbedd 3e98ee1
update line
scbedd 4f23403
only run when necessary
scbedd eff1f56
adjust targeting string. remove erroneous print
scbedd eb4f2a6
Update eng/pipelines/templates/steps/targeting-string-resolve.yml
scbedd 3832b2d
update to resolve the targeting string wherever it is necessary to do so
scbedd 7fa88c0
re-enable commented code. remove duplicate step in build-artifacts.yml
scbedd 487d66a
first wave of changes that remove BuildTargetingStringParameter. only…
scbedd 10caa01
fix spacing
scbedd 25cf151
resolve conflict in livetest config
scbedd efa6278
add the comment explaining where TargetingString comes from into set-…
scbedd 7ebe679
link verification called out an issue
scbedd c58935e
removing detail that was confusing in eng_sys_checks
scbedd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
parameters: | ||
BuildTargetingString: 'azure-*' | ||
ServiceDirectory: '' | ||
ValidateFormatting: false | ||
EnvVars: {} | ||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just at the top of each job.