Skip to content

Commit 3708544

Browse files
authored
chore: add symbol publishing and tsa (#176)
Verification build: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=307217&view=results
1 parent 76a8210 commit 3708544

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines/stable.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ extends:
1717
binaryName: "pet"
1818
signing: true
1919
buildWasm: false
20+
apiScanPublishSymbols: true
2021
apiScanSoftwareVersion: 2024 # major version of `pet` for internal reporting
22+
tsa:
23+
enabled: true
24+
config:
25+
areaPath: "Visual Studio Code Python Extensions"
26+
serviceTreeID: 6e6194bc-7baa-4486-86d0-9f5419626d46
2127

2228
buildPlatforms:
2329
- name: Linux

0 commit comments

Comments
 (0)