Skip to content

Commit 442179e

Browse files
committed
fixing output path
1 parent 19c7918 commit 442179e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/generation-templates/capture-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
templateContext:
4646
outputs:
4747
- output: pipelineArtifact
48-
targetPath: '$(outputPath)'
48+
targetPath: '${{ parameters.outputPath }}'
4949
artifactName: ${{ parameters.cleanMetadataFolder }}
5050
steps:
5151
- checkout: self

0 commit comments

Comments
 (0)