Skip to content

Commit 19c7918

Browse files
committed
Fixing openAPI outputPath
1 parent 385f202 commit 19c7918

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: '$(Build.ArtifactStagingDirectory)'
48+
targetPath: '$(outputPath)'
4949
artifactName: ${{ parameters.cleanMetadataFolder }}
5050
steps:
5151
- checkout: self

0 commit comments

Comments
 (0)