From f899f046db2c9b230bc3d8cf56a882f16301eafd Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:58:45 -0500 Subject: [PATCH] Fix unclosed function --- azure-pipelines/1esstages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/1esstages.yml b/azure-pipelines/1esstages.yml index 1986d2818d..e63a56ce6c 100644 --- a/azure-pipelines/1esstages.yml +++ b/azure-pipelines/1esstages.yml @@ -31,7 +31,7 @@ stages: outputs: - output: pipelineArtifact targetPath: $(build.artifactstagingdirectory)/build/${{ job.name }} - artifactName: Build ${{ replace(job.name, '_', '-' }} + artifactName: Build ${{ replace(job.name, '_', '-') }} steps: - template: ./templates/setup.yml parameters: