From 466caddd5b38ffbb1a8acdb3d005ee9f2a44508c Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 29 Oct 2024 11:19:24 -0700 Subject: [PATCH] Enable TSA upload --- .azure/pipelines/nightly-main.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.azure/pipelines/nightly-main.yaml b/.azure/pipelines/nightly-main.yaml index 37f1065093..3becccc165 100644 --- a/.azure/pipelines/nightly-main.yaml +++ b/.azure/pipelines/nightly-main.yaml @@ -25,6 +25,11 @@ extends: ${{ else }}: template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates parameters: + sdl: + policheck: + enabled: true + tsa: + enabled: true settings: skipBuildTagsForGitHubPullRequests: true pool: @@ -44,4 +49,4 @@ extends: codesign: true publish_nightly: true publish_nuget: false - skip_test: true \ No newline at end of file + skip_test: true