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

Commit e9117cc

Browse files
fix pipeline tsa and policheck
1 parent d5720e0 commit e9117cc

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

azure-pipelines.yml

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ extends:
5555
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
5656
spotBugs:
5757
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
5864
customBuildTags:
5965
- ES365AIMigrationTooling
6066
stages:

build/build.yml

-8
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ jobs:
1212
name: VSEngSS-MicroBuild2022-1ES
1313
variables:
1414
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
2315
outputs:
2416
- output: pipelineArtifact
2517
displayName: 'Publish extension VSIXes as artifact'

0 commit comments

Comments
 (0)