https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7806757

Just let build failures record the thing rather than trying to do specific bug filing.
This commit is contained in:
Billy O'Neal 2023-05-23 10:05:44 -07:00 коммит произвёл GitHub
Родитель a179fecfc4
Коммит 14856b6edd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 23 удалений

Просмотреть файл

@ -457,29 +457,6 @@ jobs:
BinSkim: true
CredScan: true
PoliCheck: true
# Trust Services Automation (TSA) can automatically open bugs for compliance issues.
# https://www.1eswiki.com/wiki/Trust_Services_Automation_(TSA)
- task: securedevelopmentteam.vss-secure-development-tools.build-task-uploadtotsa.TSAUpload@2
displayName: Upload logs to TSA
inputs:
tsaVersion: TsaV2
codebase: NewOrUpdate
codeBaseName: vcpkg
notificationAlias: vcpkg@microsoft.com
instanceUrlForTsaV2: DEVDIV
projectNameDEVDIV: DevDiv
areaPath: DevDiv\Cpp Language and Toolset\Acquisition and Release\Packaging\Vcpkg
iterationPath: DevDiv
# To avoid spurious warnings about missing logs, explicitly declare what we don't upload.
uploadAPIScan: false
uploadBinSkim: true
uploadFortifySCA: false
uploadFxCop: false
uploadModernCop: false
uploadPREfast: false
uploadRoslyn: false
uploadTSLint: false
condition: eq(variables['Build.SourceBranchName'], 'main')
# Publish everything to a Drop
- task: PublishBuildArtifacts@1
displayName: 'Publish Drop'