mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 19:50:13 +02:00
OneFuzz ADO pipeline adjustments (#439)
This commit is contained in:
parent
486a297cff
commit
4790ba43e3
@ -6,8 +6,8 @@
|
|||||||
# Builds the library using CMake and submit for file fuzzing
|
# Builds the library using CMake and submit for file fuzzing
|
||||||
|
|
||||||
schedules:
|
schedules:
|
||||||
- cron: "0 12 * * 0"
|
- cron: "0 12 1 * *"
|
||||||
displayName: 'Submit for File Fuzzing'
|
displayName: 'Submit for File Fuzzing (Monthly)'
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- main
|
||||||
@ -69,7 +69,7 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
Contents: |
|
Contents: |
|
||||||
build\OneFuzzConfig.json
|
build\OneFuzzConfig.json
|
||||||
out\bin\CMake\RelWithDebInfo\fuzzloaders.exe
|
out\bin\RelWithDebInfo\fuzzloaders.exe
|
||||||
TargetFolder: .drop
|
TargetFolder: .drop
|
||||||
OverWrite: true
|
OverWrite: true
|
||||||
flattenFolders: true
|
flattenFolders: true
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
displayName: Copy symbols
|
displayName: Copy symbols
|
||||||
inputs:
|
inputs:
|
||||||
Contents: |
|
Contents: |
|
||||||
out\bin\CMake\RelWithDebInfo\fuzzloaders.pdb
|
out\bin\RelWithDebInfo\fuzzloaders.pdb
|
||||||
TargetFolder: .drop\symbols
|
TargetFolder: .drop\symbols
|
||||||
OverWrite: true
|
OverWrite: true
|
||||||
flattenFolders: true
|
flattenFolders: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user