Skip to content

Commit

Permalink
Engineering - add tsaoptions.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Mar 6, 2024
1 parent 85a7af3 commit 3d10e70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
4 changes: 4 additions & 0 deletions build/azure-pipeline.pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ extends:
- script: npm run package
displayName: Build extension

tsa:
configFile: $(Build.SourcesDirectory)/tsaoptions.json
enabled: true

publishExtension: ${{ parameters.publishExtension }}
12 changes: 1 addition & 11 deletions build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,5 @@ extends:
- script: npm run package
displayName: Build extension
tsa:
configFile: $(Build.SourcesDirectory)/tsaoptions.json
enabled: true
options:
codebaseName: 'devdiv_$(Build.Repository.Name)'
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
projectName: 'DevDiv'
areaPath: "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Python Extensions"
notificationAliases:
- 'stbatt@microsoft.com'
- 'lszomoru@microsoft.com'
- 'brcan@microsoft.com'
- 'kanadig@microsoft.com'
3 changes: 3 additions & 0 deletions tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"codebaseName": "devdiv_microsoft_vscode_mypy"
}

0 comments on commit 3d10e70

Please sign in to comment.