Skip to content

Commit

Permalink
Fix unclosed function
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft committed Jan 9, 2025
1 parent 4300fed commit f899f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/1esstages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f899f04

Please sign in to comment.