Fix build pipelines

This commit is contained in:
Michael Grafnetter 2023-09-16 21:38:23 +02:00
parent 961ad0c9b5
commit 304f6ccda2
2 changed files with 8 additions and 2 deletions

View File

@ -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:

View File

@ -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: