From 0f6849690a9b8e02fdd340b16468253ca1cd6f87 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Mon, 29 Apr 2024 16:08:23 +0800 Subject: [PATCH] fix yaml --- build/pipelines/azure-pipelines.release.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index bb66b6ad..66a1670a 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -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: