From fb4aa5a08d72acc2b2caedf5cb314d0bab424cfc Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 21 Feb 2020 13:12:35 +0000 Subject: [PATCH] name --- .azuredevops/pipelines/publish-job.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.azuredevops/pipelines/publish-job.yml b/.azuredevops/pipelines/publish-job.yml index e9509cac3..53e3f0b46 100644 --- a/.azuredevops/pipelines/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -11,37 +11,37 @@ jobs: - template: templates/publish-os-steps.yml parameters: - name: 'Win10-x64' + name: 'Win10_x64' Runtime: win10-x64 OutputName: win-64 - template: templates/publish-os-steps.yml parameters: - name: 'Win10-x86' + name: 'Win10_x86' Runtime: win10-x86 OutputName: win-86 - template: templates/publish-os-steps.yml parameters: - name: 'OSX-x64' + name: 'OSX_x64' Runtime: osx-x64 OutputName: osx-64 - template: templates/publish-os-steps.yml parameters: - name: 'Linux-x64' + name: 'Linux_x64' Runtime: linux-x64 OutputName: linux-64 - template: templates/publish-os-steps.yml parameters: - name: 'Linux-ARM' + name: 'Linux_ARM' Runtime: linux-arm OutputName: linux-arm - template: templates/publish-os-steps.yml parameters: - name: 'Linux-ARM-x64' + name: 'Linux_ARM_x64' Runtime: linux-arm64 OutputName: linux-arm64