Skip to content

Commit

Permalink
Publish pipeline artifact with converted symbols (#46738)
Browse files Browse the repository at this point in the history
* Publish pipeline artifact with converted symbols

* Use tempalteContect output
  • Loading branch information
hallipr authored Oct 23, 2024
1 parent c166df8 commit f8154ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/templates/stages/archetype-net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ stages:
packageParentPath: '$(Pipeline.Workspace)'
packagesToPush: '$(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.nupkg;!$(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.symbols.nupkg'
publishVstsFeed: ${{ parameters.DevOpsFeedID }}
- ${{if ne(artifact.skipSymbolsUpload, 'true')}}:
- output: pipelineArtifact
displayName: 'Store converted symbols in ${{parameters.ArtifactName}}-windows-symbols artifact'
targetPath: $(Build.ArtifactStagingDirectory)/symbols
artifactName: ${{parameters.ArtifactName}}-windows-symbols

strategy:
runOnce:
Expand Down

0 comments on commit f8154ee

Please sign in to comment.