From 08128f9a07e97477adf1d8cb00c8da8ac3b9c424 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Fri, 5 Nov 2021 20:05:53 +0000 Subject: [PATCH] Remove Universal Binary reference in Mac Release build Signed-off-by: Dom Rodriguez --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dd69813b..89f78707 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -126,4 +126,4 @@ jobs: condition: and(eq(variables['B_BUILD_TYPE'], 'Release'), eq(variables['imageName'], 'macOS-11')) inputs: pathtoPublish: build/bundle - artifactName: Universal Binary for macOS + artifactName: Release DMG for macOS - no M1 support yet