CI: Resolve pipeline issues around TSA task

This commit is contained in:
Ben Hillis 2025-12-08 13:48:14 -08:00
parent 49864b525e
commit 4f87950c1b
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ extends:
enabled: true enabled: true
tsa: tsa:
enabled: false enabled: false
configFile: $(Build.SourcesDirectory)\.pipelines\tsaconfig.gdntsa
git: git:
fetchDepth: -1 fetchDepth: -1
fetchTags: true fetchTags: true

View File

@ -40,6 +40,7 @@ extends:
enabled: true enabled: true
tsa: tsa:
enabled: false enabled: false
configFile: $(Build.SourcesDirectory)\.pipelines\tsaconfig.gdntsa
evidence: evidence:
enabled: false enabled: false
git: git: