From 46a58c9d3933961a56b40b6e82246d67d68c8fb2 Mon Sep 17 00:00:00 2001 From: David Barbet Date: Tue, 18 Nov 2025 16:49:12 -0800 Subject: [PATCH] Profiling does not necessarily run on .net10 machine, skip FBP tests --- azure-pipelines/profiling.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines/profiling.yml b/azure-pipelines/profiling.yml index ac97a7cfd..c55328c12 100644 --- a/azure-pipelines/profiling.yml +++ b/azure-pipelines/profiling.yml @@ -32,6 +32,8 @@ extends: stages: - stage: Run_Profiling displayName: Run Profiling + variables: + ROSLYN_SKIP_TEST_FILE_BASED_PROGRAMS: 'true' jobs: - job: Profile pool: