File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ stages:
7171 - task : securedevelopmentteam.vss-secure-development-tools.build-task-publishsecurityanalysislogs.PublishSecurityAnalysisLogs@3
7272 displayName : ' Publish Security Analysis Logs (TSA)'
7373 condition : succeededOrFailed()
74+ inputs :
75+ tsaConfigFile : ' $(Build.SourcesDirectory)/.Pipelines/tsaConfig.json'
7476
7577 - task : mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
7678 displayName : ' Clean agent directories'
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ stages:
5959 - task : Cache@2
6060 displayName : ' Restore performance baseline cache'
6161 inputs :
62- key : ' " perf-baseline" | "$(Agent.OS)" | tests/test_benchmark.py'
62+ key : ' perf-baseline | "$(Agent.OS)" | tests/test_benchmark.py'
6363 path : .perf.baseline
6464
6565 - bash : |
You can’t perform that action at this time.
0 commit comments