@@ -231,7 +231,7 @@ extends:
231231 - input : pipelineArtifact
232232 buildType : ' current'
233233 artifactName : ' typewriter'
234- targetPath : ' $(Build.SourcesDirectory)'
234+ targetPath : ' $(Build.SourcesDirectory)/typewriter '
235235 steps :
236236 - template : /.azure-pipelines/generation-templates/capture-metadata.yml@self
237237 parameters :
@@ -260,7 +260,7 @@ extends:
260260 - input : pipelineArtifact
261261 buildType : ' current'
262262 artifactName : ' typewriter'
263- targetPath : ' $(Build.SourcesDirectory)'
263+ targetPath : ' $(Build.SourcesDirectory)/typewriter '
264264 steps :
265265 - template : /.azure-pipelines/generation-templates/capture-metadata.yml@self
266266 parameters :
@@ -633,7 +633,7 @@ extends:
633633 - input : pipelineArtifact
634634 buildType : ' current'
635635 artifactName : ' typewriter'
636- targetPath : ' $(Build.SourcesDirectory)'
636+ targetPath : ' $(Build.SourcesDirectory)/typewriter '
637637 - input : pipelineArtifact
638638 displayName : ' Downloading metadata from artifacts'
639639 buildType : ' current'
@@ -670,7 +670,7 @@ extends:
670670 - input : pipelineArtifact
671671 buildType : ' current'
672672 artifactName : ' typewriter'
673- targetPath : ' $(Build.SourcesDirectory)'
673+ targetPath : ' $(Build.SourcesDirectory)/typewriter '
674674 - input : pipelineArtifact
675675 displayName : ' Downloading metadata from artifacts'
676676 buildType : ' current'
0 commit comments