From ea78fb6fe6bdcae624bbe4e0e585a4c049a47b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20S=CC=8Colte=CC=81s?= Date: Thu, 31 Oct 2024 10:54:13 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 449c144d..0ef22858 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,12 +72,3 @@ jobs: PublishFramework: ${{ variables.PublishFramework }} PublishProject: ${{ variables.PublishProject }} PublishRuntime: 'osx-x64' - - - template: Publish-Bash.yml@templates - parameters: - name: 'Publish_macOS_arm64' - vmImage: 'macOS-14' - BuildConfiguration: ${{ variables.BuildConfiguration }} - PublishFramework: ${{ variables.PublishFramework }} - PublishProject: ${{ variables.PublishProject }} - PublishRuntime: 'osx-arm64'