We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4a09b commit bb98921Copy full SHA for bb98921
build/azure-pipeline.stable.yml
@@ -58,3 +58,16 @@ extends:
58
59
- script: npm run package
60
displayName: Build extension
61
+ tsa:
62
+ enabled: true
63
+ options:
64
+ codebaseName: 'devdiv_$(Build.Repository.Name)'
65
+ serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
66
+ instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
67
+ projectName: 'DevDiv'
68
+ areaPath: "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Python Extensions"
69
+ notificationAliases:
70
+ - 'stbatt@microsoft.com'
71
+ - 'lszomoru@microsoft.com'
72
+ - 'brcan@microsoft.com'
73
+ - 'kanadig@microsoft.com'
0 commit comments