OneFuzz ADO pipeline adjustments (#423)

This commit is contained in:
Chuck Walbourn 2024-01-17 12:18:06 -08:00 коммит произвёл GitHub
Родитель fe16f2fed9
Коммит d4d84ac0ca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -6,8 +6,8 @@
# Builds the library using CMake and submit for file fuzzing
schedules:
- cron: "0 12 * * 0"
displayName: 'Submit for File Fuzzing'
- cron: "0 11 1 * *"
displayName: 'Submit for File Fuzzing (Monthly)'
branches:
include:
- main
@ -69,7 +69,7 @@ jobs:
inputs:
Contents: |
build\OneFuzzConfig.json
out\bin\CMake\RelWithDebInfo\fuzzloaders.exe
out\bin\RelWithDebInfo\fuzzloaders.exe
TargetFolder: .drop
OverWrite: true
flattenFolders: true
@ -77,7 +77,7 @@ jobs:
displayName: Copy symbols
inputs:
Contents: |
out\bin\CMake\RelWithDebInfo\fuzzloaders.pdb
out\bin\RelWithDebInfo\fuzzloaders.pdb
TargetFolder: .drop\symbols
OverWrite: true
flattenFolders: true