Skip to content

Commit 385f202

Browse files
committed
adding typewriter to the target path
1 parent 439329f commit 385f202

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)