update azure-pipelines.yml

This commit is contained in:
nhmall
2025-01-13 12:31:57 -05:00
parent fd919c1560
commit 3c224fc49d

View File

@@ -8,7 +8,7 @@ strategy:
imageName: 'ubuntu-24.04' imageName: 'ubuntu-24.04'
toolchainName: clang toolchainName: clang
buildTargetName: all 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: linux_jammy_gcc9_all:
imageName: 'ubuntu-22.04' imageName: 'ubuntu-22.04'
toolchainName: gcc9 toolchainName: gcc9