We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06344f7 commit 439329fCopy full SHA for 439329f
.azure-pipelines/generation-pipeline.yml
@@ -231,7 +231,7 @@ extends:
231
- input: pipelineArtifact
232
buildType: 'current'
233
artifactName: 'typewriter'
234
- targetPath: '$(Build.ArtifactStagingDirectory)'
+ targetPath: '$(Build.SourcesDirectory)'
235
steps:
236
- template: /.azure-pipelines/generation-templates/capture-metadata.yml@self
237
parameters:
@@ -260,7 +260,7 @@ extends:
260
261
262
263
264
265
266
0 commit comments