Skip to content

Commit

Permalink
Enable policheck and TSA (#3722)
Browse files Browse the repository at this point in the history
* try adding policheck

* add tsa tasks, need to update variables

* tsaVersion

* update

* update

* update iterationPath
  • Loading branch information
gcampbell-msft authored Apr 26, 2024
1 parent 7793728 commit b0dd816
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions jobs/cg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,24 @@ extends:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
os: windows
policheck:
enabled: true
tsa:
enabled: true
config:
tsaVersion: TsaV2
codebase: NewOrUpdate
codebaseName: vscode-cmake-tools
tsaStamp: $(Tsa.AdoProject)
tsaEnvironment: PROD
notificationAliases: $(Tsa.NotificationAliases)
codebaseAdmins: $(Tsa.CodebaseAdmins)
instanceUrl: $(Tsa.AdoOrg)
projectName: $(Tsa.AdoProject)
areaPath: $(Tsa.AreaPath)
iterationPath: $(Tsa.AdoProject)
allTools: true
repositoryName: vscode-cmake-tools
customBuildTags:
- ES365AIMigrationTooling
stages:
Expand Down

0 comments on commit b0dd816

Please sign in to comment.