Skip to content

Disable TSA upload in release pipeline#675

Merged
AmelBawa-msft merged 2 commits into
mainfrom
copilot/disable-tsa-release-pipeline-again
Jun 10, 2026
Merged

Disable TSA upload in release pipeline#675
AmelBawa-msft merged 2 commits into
mainfrom
copilot/disable-tsa-release-pipeline-again

Conversation

Copilot AI commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

The OneBranch release pipeline is currently failing during TSA upload for armory with TsaUploadFailedException / PreconditionFailed. This change disables TSA in the release pipeline while leaving the existing TSA configuration intact.

  • Release pipeline

    • Updates pipelines/azure-pipelines.release.yml
    • Changes only globalSdl.tsa.enabled from true to false
    • Leaves configFile and onboard unchanged
  • Effect

    • Prevents the governed release template from attempting TSA upload
    • Limits the change to the release pipeline path implicated by the failure
globalSdl:
  tsa:
    enabled: false
    configFile: $(Build.SourcesDirectory)\.config\tsaoptions.json
    onboard: false

Copilot AI changed the title [WIP] Disable TSA in release pipeline for winget-create Disable TSA upload in release pipeline Jun 10, 2026
Copilot AI requested a review from AmelBawa-msft June 10, 2026 20:08
@AmelBawa-msft AmelBawa-msft marked this pull request as ready for review June 10, 2026 20:13
@AmelBawa-msft AmelBawa-msft merged commit 58aab06 into main Jun 10, 2026
8 checks passed
@AmelBawa-msft AmelBawa-msft deleted the copilot/disable-tsa-release-pipeline-again branch June 10, 2026 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants