File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 targetPath : ' $(Build.SourcesDirectory)/artifacts'
111111 outputs :
112112 - output : pipelineArtifact
113- targetPath : ' $(Build.ArtifactStagingDirectory)/publish '
113+ targetPath : ' $(Build.ArtifactStagingDirectory)'
114114 artifactName : ${{ parameters.cleanMetadataFolder }}
115115 steps :
116116 # We only need the scripts
@@ -121,14 +121,14 @@ jobs:
121121 # Copy files from the maxtrix artifacts to a single folder
122122 - task : CopyFiles@2
123123 inputs :
124- sourceFolder : ' $(Build.ArtifactStagingDirectory )/artifacts'
124+ sourceFolder : ' $(Build.SourcesDirectory )/artifacts'
125125 contents : ' **/*.yaml'
126- targetFolder : ' $(Build.ArtifactStagingDirectory)/publish '
126+ targetFolder : ' $(Build.ArtifactStagingDirectory)'
127127 displayName : Copy artifact metadata
128128 # Copy files from the target path where artifacts should be downloaded
129129 - task : CopyFiles@2
130130 inputs :
131- sourceFolder : ' $(Build.ArtifactStagingDirectory)/publish '
131+ sourceFolder : ' $(Build.ArtifactStagingDirectory)'
132132 contents : ' **/*.yaml'
133133 targetFolder : ' $(Build.SourcesDirectory)/msgraph-metadata/openapi/${{ parameters.endpoint }}'
134134 displayName : Copy downloaded metadata
You can’t perform that action at this time.
0 commit comments