File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 9595 dependsOn : convert_openapi
9696 displayName : Publish
9797 templateContext :
98+ inputs :
99+ - input : pipelineArtifact
100+ artifactName : ' ${{ parameters.cleanMetadataFolder }}-default'
101+ targetPath : ' $(Build.SourcesDirectory)/artifacts'
102+ - input : pipelineArtifact
103+ artifactName : ' ${{ parameters.cleanMetadataFolder }}-graphexplorer'
104+ targetPath : ' $(Build.SourcesDirectory)/artifacts'
105+ - input : pipelineArtifact
106+ artifactName : ' ${{ parameters.cleanMetadataFolder }}-openapi'
107+ targetPath : ' $(Build.SourcesDirectory)/artifacts'
108+ - input : pipelineArtifact
109+ artifactName : ' ${{ parameters.cleanMetadataFolder }}-powershell_v2'
110+ targetPath : ' $(Build.SourcesDirectory)/artifacts'
98111 outputs :
99112 - output : pipelineArtifact
100113 targetPath : ' $(Build.ArtifactStagingDirectory)/publish'
@@ -108,7 +121,7 @@ jobs:
108121 # Copy files from the maxtrix artifacts to a single folder
109122 - task : CopyFiles@2
110123 inputs :
111- sourceFolder : ' $(Build.ArtifactStagingDirectory)'
124+ sourceFolder : ' $(Build.ArtifactStagingDirectory)/artifacts '
112125 contents : ' **/*.yaml'
113126 targetFolder : ' $(Build.ArtifactStagingDirectory)/publish'
114127 displayName : Copy artifact metadata
You can’t perform that action at this time.
0 commit comments