File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments