From 14ffed2b6dca50c974587287d2c423aa8df53ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20S=CC=8Colte=CC=81s?= Date: Wed, 15 Nov 2023 09:11:05 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dcee495f9..2464fab68 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,34 +60,34 @@ jobs: Workloads: ${{ variables.Workloads }} PublishFramework: ${{ variables.PublishFramework }} PublishProject: ${{ variables.PublishProject }} - PublishRuntime: 'win7-x64' + PublishRuntime: 'win-x64' - template: Publish-Bash.yml@templates parameters: - name: 'Publish_Ubuntu' + name: 'Publish_Linux' vmImage: 'ubuntu-20.04' BuildConfiguration: ${{ variables.BuildConfiguration }} Workloads: ${{ variables.Workloads }} PublishFramework: ${{ variables.PublishFramework }} PublishProject: ${{ variables.PublishProject }} - PublishRuntime: 'ubuntu.14.04-x64' + PublishRuntime: 'linux-x64' - template: Publish-Bash.yml@templates parameters: - name: 'Publish_Debian' - vmImage: 'ubuntu-20.04' + name: 'Publish_macOS_x64' + vmImage: 'macOS-11' BuildConfiguration: ${{ variables.BuildConfiguration }} Workloads: ${{ variables.Workloads }} PublishFramework: ${{ variables.PublishFramework }} PublishProject: ${{ variables.PublishProject }} - PublishRuntime: 'debian.8-x64' + PublishRuntime: 'osx-x64' - template: Publish-Bash.yml@templates parameters: - name: 'Publish_macOS' + name: 'Publish_macOS_arm64' vmImage: 'macOS-11' BuildConfiguration: ${{ variables.BuildConfiguration }} Workloads: ${{ variables.Workloads }} PublishFramework: ${{ variables.PublishFramework }} PublishProject: ${{ variables.PublishProject }} - PublishRuntime: 'osx.10.12-x64' + PublishRuntime: 'osx-arm64'