Fix build pipelines
This commit is contained in:
parent
961ad0c9b5
commit
304f6ccda2
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue