From 304f6ccda26ca24c9b29c7638000f1e6cd42b615 Mon Sep 17 00:00:00 2001 From: Michael Grafnetter Date: Sat, 16 Sep 2023 21:38:23 +0200 Subject: [PATCH] Fix build pipelines --- .github/workflows/codeql-analysis.yml | 2 -- azure-pipelines.yml | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4cc0f30..168bb83 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -6,8 +6,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ master ] - schedule: - - cron: '44 20 * * 1' jobs: analyze: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d713d0b..615f30c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,6 +55,14 @@ jobs: configuration: '$(buildConfiguration)' restoreNugetPackages: false + - task: VSBuild@1 + displayName: 'VSBuild ($(buildConfiguration) ARM64)' + inputs: + solution: '$(solution)' + platform: 'ARM64' + configuration: '$(buildConfiguration)' + restoreNugetPackages: false + - task: VSTest@2 displayName: 'VSTest Unit Tests' inputs: