From 3c224fc49dcd35b7d7486993d2a5f487e16c120f Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 13 Jan 2025 12:31:57 -0500 Subject: [PATCH] update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b3dca41fd..e72e5d3e0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ strategy: imageName: 'ubuntu-24.04' toolchainName: clang buildTargetName: all - warningTaskFilters: '\[\-W+.+\]|^((vs|ms)build|ant(\s+.+)?|gradle(w)?(\s+.+)?|grunt|gulp|maven(\s+.+)?|xamarin(android|ios)|xcode(\s+.+)?|cmake|build\s+.+)$' + checkWarnings: true linux_jammy_gcc9_all: imageName: 'ubuntu-22.04' toolchainName: gcc9