From f0951bb4ed6ba01c141f7f94705af9d1f13326ea Mon Sep 17 00:00:00 2001 From: "Mengyuan Chen (from Dev Box)" Date: Tue, 25 Feb 2025 13:22:30 +0800 Subject: [PATCH] change fuzzing tests scope --- .pipelines/v2/templates/job-fuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/v2/templates/job-fuzz.yml b/.pipelines/v2/templates/job-fuzz.yml index c144fa91fd21..b4e380194e65 100644 --- a/.pipelines/v2/templates/job-fuzz.yml +++ b/.pipelines/v2/templates/job-fuzz.yml @@ -26,7 +26,7 @@ jobs: displayName: Download artifacts artifact: $(ArtifactName) patterns: |- - **/tests/RegistryPreview.FuzzTests/** + **/tests/*.FuzzTests/** - task: onefuzz-task@0 inputs: