[57514396] Use central TSA config for Foundation source analysis - #6767
Open
v-goradojcic wants to merge 1 commit into
Open
v-goradojcic wants to merge 1 commit into
v-goradojcic wants to merge 1 commit into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
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.
Ports the already-merged
mainimplementation from #6738 torelease/2.0-experimental(Bug 57514396). Companion to therelease/2.0-stableport in #6762.What this does
sdl_sourcesjob) now consumes the centrally maintainedtsaoptions.foundation.jsonfromWindowsAppSDKConfig/main(via a data-onlyWindowsAppSDKTsaConfigalias pinned torefs/heads/main, replicated withcheckout_all_reposplus acondition: falsediscovery job), instead of the committed root.config/tsaoptions.json.WindowsAppSDKConfig/main(even on this servicing branch) is intentional and consistent with howWindowsAppSDKConfigis already consumed here, so a future TSA Area Path change is a single edit in central Config rather than a per-servicing-branch update.Scope / deliberate non-changes
TSAUploadbehavior is unchanged (globalSdl.tsa.enableduntouched; noperStage.sdl_sources.tsa.enabledintroduced)..config/tsaoptions.jsonis intentionally retained for now.One file changed (
build/WindowsAppSDK-Foundation-Official.yml), 26 insertions, no deletions — semantically identical to the mergedmainchange (#6738) and therelease/2.0-stableport (#6762).This branch is actively built by the Foundation Official pipeline, so after merge the normal Official flow on
release/2.0-experimentalcan provide runtime validation of the central-config redirect.Reference: Azure DevOps Bug 57514396 (tracking item — intentionally not auto-closed by this PR).