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 6bb06b0 commit a2964e8Copy full SHA for a2964e8
.azure-pipelines/ci-build.yml
@@ -51,6 +51,10 @@ extends:
51
displayName: 'Publish Artifact: Nugets'
52
artifactName: Nugets
53
targetPath: '$(Build.ArtifactStagingDirectory)/Nugets'
54
+ - output: pipelineArtifact
55
+ displayName: 'Publish Artifact: RepoFiles'
56
+ artifactName: RepoFiles
57
+ targetPath: '$(Build.ArtifactStagingDirectory)/RepoFiles'
58
steps:
59
- task: UseDotNet@2
60
displayName: 'Use .NET 6'
@@ -347,7 +351,7 @@ extends:
347
351
inputs:
348
352
- input: pipelineArtifact
349
353
artifactName: RepoFiles
350
- targetPath: '$(Pipeline.Workspace)/RepoFiles'
354
+ targetPath: '$(Pipeline.Workspace)'
355
strategy:
356
runOnce:
357
deploy:
0 commit comments