Skip to content

Commit

Permalink
Enabling Policheck and TSA Upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Gupta committed Sep 3, 2024
1 parent 8cdb3e0 commit 3f0dc4c
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ resources:
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
sdl:
policheck:
enabled: true
tsa:
enabled: true
configFile: '$(Build.SourcesDirectory)/eng/pipelines/tsaoptions.json'
featureFlags:
autoBaseline: true
pool:
Expand Down Expand Up @@ -153,17 +159,4 @@ extends:
enableSigningValidation: false
enableNugetValidation: false
enableSourceLinkValidation: false
# these param values come from the DotNet-Winforms-SDLValidation-Params azdo variable group
SDLValidationParameters:
enable: false
params: ' -SourceToolsList $(_TsaSourceToolsList)
-TsaInstanceURL $(_TsaInstanceURL)
-TsaProjectName $(_TsaProjectName)
-TsaNotificationEmail $(_TsaNotificationEmail)
-TsaCodebaseAdmin $(_TsaCodebaseAdmin)
-TsaBugAreaPath $(_TsaBugAreaPath)
-TsaIterationPath $(_TsaIterationPath)
-TsaRepositoryName $(_TsaRepositoryName)
-TsaCodebaseName $(_TsaCodebaseName)
-TsaOnboard $(_TsaOnboard)
-TsaPublish $(_TsaPublish)'

0 comments on commit 3f0dc4c

Please sign in to comment.