Skip to content

Commit f8154ee

Browse files
authored
Publish pipeline artifact with converted symbols (Azure#46738)
* Publish pipeline artifact with converted symbols * Use tempalteContect output
1 parent c166df8 commit f8154ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/pipelines/templates/stages/archetype-net-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ stages:
132132
packageParentPath: '$(Pipeline.Workspace)'
133133
packagesToPush: '$(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.nupkg;!$(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.symbols.nupkg'
134134
publishVstsFeed: ${{ parameters.DevOpsFeedID }}
135+
- ${{if ne(artifact.skipSymbolsUpload, 'true')}}:
136+
- output: pipelineArtifact
137+
displayName: 'Store converted symbols in ${{parameters.ArtifactName}}-windows-symbols artifact'
138+
targetPath: $(Build.ArtifactStagingDirectory)/symbols
139+
artifactName: ${{parameters.ArtifactName}}-windows-symbols
135140

136141
strategy:
137142
runOnce:

0 commit comments

Comments
 (0)