We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e0d05 commit 2ba8a1eCopy full SHA for 2ba8a1e
azure-pipelines.yml
@@ -53,6 +53,12 @@ extends:
53
name: VSEngSS-MicroBuild2022-1ES
54
sdl:
55
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
56
+ tsa:
57
+ enabled: true
58
+ GdnPublishTsaOnboard: true
59
+ GdnPublishTsaConfigFile: $(Build.SourcesDirectory)\build\tsa.gdntsa
60
+ policheck:
61
62
spotBugs:
63
enabled: false # Turn this off, this isn't java.
64
customBuildTags:
build/build.yml
@@ -12,6 +12,7 @@ jobs:
12
13
variables:
14
TeamName: C++ Cross Platform and Cloud
15
+ templateContext:
16
outputs:
17
- output: pipelineArtifact
18
displayName: 'Publish extension VSIXes as artifact'
0 commit comments