Skip to content

Commit ef19de1

Browse files
committed
test run
1 parent 442179e commit ef19de1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
matrix: $[ dependencies.get_conversion_settings.outputs['setTargets.targets'] ]
4343
variables:
4444
targets: $[ dependencies.get_conversion_settings.outputs['setTargets.targets'] ]
45-
templateContext:
46-
outputs:
47-
- output: pipelineArtifact
48-
targetPath: '${{ parameters.outputPath }}'
49-
artifactName: ${{ parameters.cleanMetadataFolder }}
5045
steps:
5146
- checkout: self
5247
displayName: checkout generator
@@ -95,9 +90,9 @@ jobs:
9590
dependsOn: convert_openapi
9691
displayName: Publish
9792
templateContext:
98-
inputs:
99-
- input: pipelineArtifact
100-
targetPath: $(Build.SourcesDirectory)/msgraph-metadata/openapi/${{ parameters.endpoint }}
93+
outputs:
94+
- output: pipelineArtifact
95+
targetPath: '$(Build.SourcesDirectory)/msgraph-metadata/openapi/${{ parameters.endpoint }}'
10196
artifactName: ${{ parameters.cleanMetadataFolder }}
10297
steps:
10398
# We only need the scripts

0 commit comments

Comments
 (0)