diff --git a/.ci/publish.yml b/.ci/publish.yml index 81458240..c4d51f36 100644 --- a/.ci/publish.yml +++ b/.ci/publish.yml @@ -46,3 +46,15 @@ extends: - script: npm run compile -- package:hoist displayName: Package Stable + tsa: + enabled: true + options: + codebaseName: 'devdiv_$(Build.Repository.Name)' + serviceTreeID: '053e3ba6-924d-456c-ace0-67812c5ccc52' + instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection' + projectName: 'DevDiv' + areaPath: 'DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Debugging Extensions' + notificationAliases: + - 'stbatt@microsoft.com' + - 'lszomoru@microsoft.com' + - 'copeet@microsoft.com' \ No newline at end of file