Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
type: boolean
default: false
- name: "TestOnArm64"
displayName: "Enable running of sample tests on arm64 platform (Default: true)"
displayName: "Enable running of sample tests on arm64 platform (Default: false)"
type: boolean
default: false
- name: "MaestroDependOnTestSamples"
Expand Down
5 changes: 5 additions & 0 deletions build/AzurePipelinesTemplates/WindowsAppSDK-Test-Stage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
parameters:
- name: "TestOnArm64"
type: boolean
default: false

stages:
- stage: Test_x86
dependsOn: Build_x86
Expand Down
5 changes: 2 additions & 3 deletions build/WindowsAppSDK-Foundation-Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ parameters:
type: boolean
default: true
- name: "TestOnArm64"
displayName: "Enable running of tests on arm64 platform (Default: false)"
displayName: "Enable running of tests on arm64 platform (Default: true)"
type: boolean
# Temporarily default to not testing on arm64 to mitigate arm64 capacity shortage problem.
default: false
default: true
- name: "MaestroDependOnTestSamples"
displayName: "Whether Maestro publishing should depend on successful Sample tests"
type: boolean
Expand Down
5 changes: 2 additions & 3 deletions build/WindowsAppSDK-Foundation-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ parameters:
type: boolean
default: true
- name: "TestOnArm64"
displayName: "Enable running of tests on arm64 platform (Default: false)"
displayName: "Enable running of tests on arm64 platform (Default: true)"
type: boolean
# Temporarily default to not testing on arm64 to mitigate arm64 capacity shortage problem.
default: false
default: true
- name: "MaestroDependOnTestSamples"
displayName: "Whether Maestro publishing should depend on successful Sample tests"
type: boolean
Expand Down
Loading