From 92340296adbdefd128cb6be8d1239af9903e4ccb Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 13 Jan 2025 12:01:16 -0500 Subject: [PATCH] azure-pipelines warning filter take 2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd6676566..b3dca41fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,6 +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+.+)$' linux_jammy_gcc9_all: imageName: 'ubuntu-22.04' toolchainName: gcc9 @@ -165,7 +166,6 @@ steps: sudo apt-get -qq -y install libx11-dev libxaw7-dev xfonts-utils qtbase5-dev qtmultimedia5-dev qtbase5-dev-tools condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.buildTarget, 'all')) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) - warningTaskFilters: '\[\-W+.+\]|^((vs|ms)build|ant(\s+.+)?|gradle(w)?(\s+.+)?|grunt|gulp|maven(\s+.+)?|xamarin(android|ios)|xcode(\s+.+)?|cmake|build\s+.+)$' displayName: 'Getting linux build dependencies' - bash: |