Add TSA options file and fix release pipeline TSA onboarding failure#674
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Update official release pipeline to use TSA options file
Add TSA options file and wire release pipeline to use it
Jun 9, 2026
This comment has been minimized.
This comment has been minimized.
Copilot
AI
changed the title
Add TSA options file and wire release pipeline to use it
Add TSA options file and fix release pipeline TSA onboarding failure
Jun 10, 2026
msftrubengu
approved these changes
Jun 10, 2026
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.
The release pipeline was failing because the auto-generated TSA codebase name (
microsoft_Apps_microsoft/winget-create) contains/, which TSA rejects. Fix is to supply an explicit TSA config file so the codebase name is controlled.Changes
.config/tsaoptions.json— new checked-in TSA config specifying the correctrepositoryName, ADO project/area/iteration paths, and notification alias;ignoreBranchName: trueprevents branch-specific codebase variantspipelines/azure-pipelines.release.yml— addsglobalSdl.tsablock underextends.parameterspointing at the config file:.github/actions/spelling/allow.txt— addstsaandtsaoptionsto unblock the check-spelling CI check