Skip to content

Commit b72ebcd

Browse files
authored
Add .config/tsaoptions.json and wire TSA config in release pipeline
1 parent 33f0bcf commit b72ebcd

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.config/tsaoptions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"instanceUrl": "https://microsoft.visualstudio.com",
3+
"projectName": "OS",
4+
"areaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\InstaDev",
5+
"iterationPath": "OS\\Future",
6+
"notificationAliases": [
7+
"instadev@microsoft.com"
8+
],
9+
"ignoreBranchName": true,
10+
"repositoryName": "winget-create"
11+
}

pipelines/azure-pipelines.release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ resources:
3232
extends:
3333
template: v2/Microsoft.Official.yml@templates
3434
parameters:
35+
globalSdl:
36+
tsa:
37+
enabled: true
38+
configFile: $(Build.SourcesDirectory)\.config\tsaoptions.json
39+
onboard: false
40+
3541
featureFlags:
3642
WindowsHostVersion:
3743
Version: 2022

0 commit comments

Comments
 (0)