From 437a9500a2098286355fbd79ad4206a8ffcb591d Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 21 Feb 2020 13:15:24 +0000 Subject: [PATCH] wip --- .azuredevops/pipelines/templates/publish-os-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/pipelines/templates/publish-os-steps.yml b/.azuredevops/pipelines/templates/publish-os-steps.yml index 0b6ae42c8..733c2d2d7 100644 --- a/.azuredevops/pipelines/templates/publish-os-steps.yml +++ b/.azuredevops/pipelines/templates/publish-os-steps.yml @@ -8,7 +8,7 @@ parameters: default: '' jobs: -- job: Publish ${{ parameters.name }} +- job: Publish_${{ parameters.name }} pool: vmImage: ${vmImage} steps: