File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,12 @@ extends:
55
55
sourceAnalysisPool : VSEngSS-MicroBuild2022-1ES
56
56
spotBugs :
57
57
enabled : false # Turn this off, this isn't java.
58
+ tsa :
59
+ enabled : true
60
+ GdnPublishTsaOnboard : true
61
+ GdnPublishTsaConfigFile : $(Build.SourcesDirectory)\build\tsa.gdntsa
62
+ policheck :
63
+ enabled : true
58
64
customBuildTags :
59
65
- ES365AIMigrationTooling
60
66
stages :
Original file line number Diff line number Diff line change 12
12
name : VSEngSS-MicroBuild2022-1ES
13
13
variables :
14
14
TeamName : C++ Cross Platform and Cloud
15
- templateContext :
16
- sdl :
17
- tsa :
18
- enabled : true
19
- GdnPublishTsaOnboard : true
20
- GdnPublishTsaConfigFile : $(Build.SourcesDirectory)\build\tsa.gdntsa
21
- policheck :
22
- enabled : true
23
15
outputs :
24
16
- output : pipelineArtifact
25
17
displayName : ' Publish extension VSIXes as artifact'
You can’t perform that action at this time.
0 commit comments