Skip to content

Commit 686c8f4

Browse files
authored
Revert "Engineering - add tsaoptions.json file" (#481)
1 parent 5369ee3 commit 686c8f4

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

build/azure-pipeline.pre-release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,4 @@ extends:
6363
- script: npm run package
6464
displayName: Build extension
6565

66-
tsa:
67-
configFile: $(Build.SourcesDirectory)/tsaoptions.json
68-
enabled: true
69-
7066
publishExtension: ${{ parameters.publishExtension }}

build/azure-pipeline.stable.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,15 @@ extends:
6060
- script: npm run package
6161
displayName: Build extension
6262
tsa:
63-
configFile: $(Build.SourcesDirectory)/tsaoptions.json
6463
enabled: true
64+
options:
65+
codebaseName: 'devdiv_$(Build.Repository.Name)'
66+
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
67+
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
68+
projectName: 'DevDiv'
69+
areaPath: "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Python Extensions"
70+
notificationAliases:
71+
- 'stbatt@microsoft.com'
72+
- 'lszomoru@microsoft.com'
73+
- 'brcan@microsoft.com'
74+
- 'kanadig@microsoft.com'

tsaoptions.json

-3
This file was deleted.

0 commit comments

Comments
 (0)