diff --git a/.azure/pipelines/nightly-main.yaml b/.azure/pipelines/nightly-main.yaml index 37f1065093..3becccc165 100644 --- a/.azure/pipelines/nightly-main.yaml +++ b/.azure/pipelines/nightly-main.yaml @@ -25,6 +25,11 @@ extends: ${{ else }}: template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates parameters: + sdl: + policheck: + enabled: true + tsa: + enabled: true settings: skipBuildTagsForGitHubPullRequests: true pool: @@ -44,4 +49,4 @@ extends: codesign: true publish_nightly: true publish_nuget: false - skip_test: true \ No newline at end of file + skip_test: true