mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-06 05:01:07 -07:00
fix yaml
This commit is contained in:
parent
80dec0e841
commit
0f6849690a
1 changed files with 12 additions and 2 deletions
|
@ -16,8 +16,18 @@ variables:
|
|||
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'
|
||||
|
||||
parameters:
|
||||
buildPlatformList: [x64, x86, ARM, ARM64]
|
||||
testPlatformList: [x64, x86]
|
||||
- name: buildPlatformList
|
||||
type: object
|
||||
default:
|
||||
- x64
|
||||
- x86
|
||||
- ARM64
|
||||
- ARM
|
||||
- name: testPlatformList
|
||||
type: object
|
||||
default:
|
||||
- x64
|
||||
- x86
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue