From 7d9121f1788931ec78c5d886f46404c3479dc941 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 21 Feb 2020 13:11:01 +0000 Subject: [PATCH] wip --- .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 a4ffce26b..e9509cac3 100644 --- a/.azuredevops/pipelines/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -9,37 +9,37 @@ jobs: steps: - template: templates/build-steps.yml -- template: publish-os-steps.yml +- template: templates/publish-os-steps.yml parameters: name: 'Win10-x64' Runtime: win10-x64 OutputName: win-64 -- template: publish-os-steps.yml +- template: templates/publish-os-steps.yml parameters: name: 'Win10-x86' Runtime: win10-x86 OutputName: win-86 -- template: publish-os-steps.yml +- template: templates/publish-os-steps.yml parameters: name: 'OSX-x64' Runtime: osx-x64 OutputName: osx-64 -- template: publish-os-steps.yml +- template: templates/publish-os-steps.yml parameters: name: 'Linux-x64' Runtime: linux-x64 OutputName: linux-64 -- template: publish-os-steps.yml +- template: templates/publish-os-steps.yml parameters: name: 'Linux-ARM' Runtime: linux-arm OutputName: linux-arm -- template: publish-os-steps.yml +- template: templates/publish-os-steps.yml parameters: name: 'Linux-ARM-x64' Runtime: linux-arm64