Skip to content

Commit 44de6c4

Browse files
committed
chore: add symbol publishing and tsa
1 parent 7ae703f commit 44de6c4

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)