We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c7918 commit 442179eCopy full SHA for 442179e
.azure-pipelines/generation-templates/capture-openapi.yml
@@ -45,7 +45,7 @@ jobs:
45
templateContext:
46
outputs:
47
- output: pipelineArtifact
48
- targetPath: '$(outputPath)'
+ targetPath: '${{ parameters.outputPath }}'
49
artifactName: ${{ parameters.cleanMetadataFolder }}
50
steps:
51
- checkout: self
0 commit comments