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