From c0bae2a19fdbce7bb8e0524d8604db09cd88a456 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 14 May 2024 12:17:38 -0700 Subject: [PATCH] ADO pipeline update (#138) --- build/DirectXMesh-GitHub-CMake-Dev17.yml | 1 + build/DirectXMesh-GitHub-CMake.yml | 1 + build/DirectXMesh-GitHub-Dev17.yml | 3 +++ build/DirectXMesh-GitHub-GDK-Dev17.yml | 1 + build/DirectXMesh-GitHub-GDK.yml | 1 + build/DirectXMesh-GitHub-MinGW.yml | 1 + build/DirectXMesh-GitHub-SDK-prerelease.yml | 1 + build/DirectXMesh-GitHub-SDK-release.yml | 1 + build/DirectXMesh-GitHub-Test-Dev17.yml | 1 + build/DirectXMesh-GitHub-Test.yml | 1 + build/DirectXMesh-GitHub-WSL-11.yml | 1 + build/DirectXMesh-GitHub-WSL.yml | 1 + build/DirectXMesh-GitHub.yml | 2 +- build/DirectXMesh-SDL.yml | 2 ++ 14 files changed, 17 insertions(+), 1 deletion(-) diff --git a/build/DirectXMesh-GitHub-CMake-Dev17.yml b/build/DirectXMesh-GitHub-CMake-Dev17.yml index 020331a..e318176 100644 --- a/build/DirectXMesh-GitHub-CMake-Dev17.yml +++ b/build/DirectXMesh-GitHub-CMake-Dev17.yml @@ -50,6 +50,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: false VS_GENERATOR: 'Visual Studio 17 2022' WIN10_SDK: '10.0.19041.0' WIN11_SDK: '10.0.22000.0' diff --git a/build/DirectXMesh-GitHub-CMake.yml b/build/DirectXMesh-GitHub-CMake.yml index b6340a1..7efe97c 100644 --- a/build/DirectXMesh-GitHub-CMake.yml +++ b/build/DirectXMesh-GitHub-CMake.yml @@ -50,6 +50,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: false VS_GENERATOR: 'Visual Studio 16 2019' WIN10_SDK: '10.0.19041.0' WIN11_SDK: '10.0.22000.0' diff --git a/build/DirectXMesh-GitHub-Dev17.yml b/build/DirectXMesh-GitHub-Dev17.yml index 3d1fee6..51d1876 100644 --- a/build/DirectXMesh-GitHub-Dev17.yml +++ b/build/DirectXMesh-GitHub-Dev17.yml @@ -31,6 +31,9 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) +variables: + Codeql.Enabled: false + pool: vmImage: windows-2022 diff --git a/build/DirectXMesh-GitHub-GDK-Dev17.yml b/build/DirectXMesh-GitHub-GDK-Dev17.yml index a6897d0..32d8b35 100644 --- a/build/DirectXMesh-GitHub-GDK-Dev17.yml +++ b/build/DirectXMesh-GitHub-GDK-Dev17.yml @@ -39,6 +39,7 @@ pool: vmImage: windows-2022 variables: + Codeql.Enabled: false EXTRACTED_FOLDER: $(ExtractedFolder) GDK_EDITION: $(GDKEditionNumber) GDKEnableBWOI: true diff --git a/build/DirectXMesh-GitHub-GDK.yml b/build/DirectXMesh-GitHub-GDK.yml index 7fbf48d..a797c9d 100644 --- a/build/DirectXMesh-GitHub-GDK.yml +++ b/build/DirectXMesh-GitHub-GDK.yml @@ -57,6 +57,7 @@ pool: vmImage: windows-2019 variables: + Codeql.Enabled: false EXTRACTED_FOLDER: $(ExtractedFolder) GDK_EDITION: $(GDKEditionNumber) GDKEnableBWOI: true diff --git a/build/DirectXMesh-GitHub-MinGW.yml b/build/DirectXMesh-GitHub-MinGW.yml index 6ee3397..1447f96 100644 --- a/build/DirectXMesh-GitHub-MinGW.yml +++ b/build/DirectXMesh-GitHub-MinGW.yml @@ -53,6 +53,7 @@ pool: vmImage: windows-2022 variables: + Codeql.Enabled: false VCPKG_CMAKE_DIR: '$(VCPKG_ROOT)/scripts/buildsystems/vcpkg.cmake' GITHUB_PAT: $(GITHUBPUBLICTOKEN) URL_MINGW32: https://github.com/brechtsanders/winlibs_mingw/releases/download/12.2.0-14.0.6-10.0.0-ucrt-r2/winlibs-i686-posix-dwarf-gcc-12.2.0-llvm-14.0.6-mingw-w64ucrt-10.0.0-r2.zip diff --git a/build/DirectXMesh-GitHub-SDK-prerelease.yml b/build/DirectXMesh-GitHub-SDK-prerelease.yml index f2a05c3..91a3b43 100644 --- a/build/DirectXMesh-GitHub-SDK-prerelease.yml +++ b/build/DirectXMesh-GitHub-SDK-prerelease.yml @@ -25,6 +25,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: false EXTRACTED_FOLDER: $(ExtractedFolder) WSDKEnableBWOI: true URL_FEED: $(ADOFeedURL) diff --git a/build/DirectXMesh-GitHub-SDK-release.yml b/build/DirectXMesh-GitHub-SDK-release.yml index c10be7f..498c92d 100644 --- a/build/DirectXMesh-GitHub-SDK-release.yml +++ b/build/DirectXMesh-GitHub-SDK-release.yml @@ -25,6 +25,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: false EXTRACTED_FOLDER: $(ExtractedFolder) WSDKEnableBWOI: true URL_FEED: $(ADOFeedURL) diff --git a/build/DirectXMesh-GitHub-Test-Dev17.yml b/build/DirectXMesh-GitHub-Test-Dev17.yml index d7193ee..60fd08f 100644 --- a/build/DirectXMesh-GitHub-Test-Dev17.yml +++ b/build/DirectXMesh-GitHub-Test-Dev17.yml @@ -35,6 +35,7 @@ pool: vmImage: windows-2022 variables: + Codeql.Enabled: false GITHUB_PAT: $(GITHUBPUBLICTOKEN) jobs: diff --git a/build/DirectXMesh-GitHub-Test.yml b/build/DirectXMesh-GitHub-Test.yml index 6d6d51b..d30f047 100644 --- a/build/DirectXMesh-GitHub-Test.yml +++ b/build/DirectXMesh-GitHub-Test.yml @@ -56,6 +56,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) pool: + Codeql.Enabled: false vmImage: windows-2019 variables: diff --git a/build/DirectXMesh-GitHub-WSL-11.yml b/build/DirectXMesh-GitHub-WSL-11.yml index 7723d4f..458a679 100644 --- a/build/DirectXMesh-GitHub-WSL-11.yml +++ b/build/DirectXMesh-GitHub-WSL-11.yml @@ -38,6 +38,7 @@ pool: vmImage: ubuntu-22.04 variables: + Codeql.Enabled: false GITHUB_PAT: $(GITHUBPUBLICTOKEN) LOCAL_PKG_DIR: '$(Agent.BuildDirectory)/install/' diff --git a/build/DirectXMesh-GitHub-WSL.yml b/build/DirectXMesh-GitHub-WSL.yml index 43e67f5..f091018 100644 --- a/build/DirectXMesh-GitHub-WSL.yml +++ b/build/DirectXMesh-GitHub-WSL.yml @@ -53,6 +53,7 @@ pool: vmImage: ubuntu-20.04 variables: + Codeql.Enabled: false GITHUB_PAT: $(GITHUBPUBLICTOKEN) LOCAL_PKG_DIR: '$(Agent.BuildDirectory)/install/' diff --git a/build/DirectXMesh-GitHub.yml b/build/DirectXMesh-GitHub.yml index 98c1360..82e8584 100644 --- a/build/DirectXMesh-GitHub.yml +++ b/build/DirectXMesh-GitHub.yml @@ -56,7 +56,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: - Codeql.Enabled: true + Codeql.Enabled: false pool: vmImage: windows-2022 diff --git a/build/DirectXMesh-SDL.yml b/build/DirectXMesh-SDL.yml index c18eaf1..f5c4d0f 100644 --- a/build/DirectXMesh-SDL.yml +++ b/build/DirectXMesh-SDL.yml @@ -24,6 +24,8 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: true + Codeql.Language: cpp VS_GENERATOR: 'Visual Studio 17 2022' pool: