From 4790ba43e38a9c98ac0e78b6334c877ad5d4688e Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 17 Jan 2024 12:18:12 -0800 Subject: [PATCH] OneFuzz ADO pipeline adjustments (#439) --- build/DirectXTex-OneFuzz.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/DirectXTex-OneFuzz.yml b/build/DirectXTex-OneFuzz.yml index df0e1e2..1cad806 100644 --- a/build/DirectXTex-OneFuzz.yml +++ b/build/DirectXTex-OneFuzz.yml @@ -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 12 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