Skip to content

Commit aa3ca62

Browse files
authored
Configure TSA explicitly in release pipeline
1 parent f7be1dd commit aa3ca62

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pipelines/azure-pipelines.release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ extends:
4242
git:
4343
fetchTags: false
4444

45+
globalSdl:
46+
tsa:
47+
enabled: true
48+
config:
49+
tsaVersion: TsaV2
50+
codebase: NewOrUpdate
51+
codebaseName: winget-create
52+
repositoryName: winget-create
53+
4554
stages:
4655
- stage: deploy
4756

0 commit comments

Comments
 (0)