Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 2ba8a1e

Browse files
update
1 parent a1e0d05 commit 2ba8a1e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

azure-pipelines.yml

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ extends:
5353
name: VSEngSS-MicroBuild2022-1ES
5454
sdl:
5555
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
56+
tsa:
57+
enabled: true
58+
GdnPublishTsaOnboard: true
59+
GdnPublishTsaConfigFile: $(Build.SourcesDirectory)\build\tsa.gdntsa
60+
policheck:
61+
enabled: true
5662
spotBugs:
5763
enabled: false # Turn this off, this isn't java.
5864
customBuildTags:

build/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: VSEngSS-MicroBuild2022-1ES
1313
variables:
1414
TeamName: C++ Cross Platform and Cloud
15+
templateContext:
1516
outputs:
1617
- output: pipelineArtifact
1718
displayName: 'Publish extension VSIXes as artifact'

0 commit comments

Comments
 (0)