Skip to content

Commit

Permalink
Change to pipelineArtifact with an artifactName from for distinct art…
Browse files Browse the repository at this point in the history
…ifact names in architecture builds
  • Loading branch information
Madhusudhan-MSFT committed Jan 23, 2024
1 parent e9354f1 commit 921c9f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ extends:
artifactsDir: $(Build.ArtifactStagingDirectory)\$(buildPlatform)
templateContext:
outputs:
- output: buildArtifacts
- output: pipelineArtifact
displayName: 'Publish Pipeline Artifacts'
targetPath: '$(artifactsDir)'
artifactName: 'Build.$(buildPlatform)$(buildConfiguration)'
steps:
- script: echo $(version)

Expand Down

0 comments on commit 921c9f5

Please sign in to comment.