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 c166df8 commit f8154eeCopy full SHA for f8154ee
eng/pipelines/templates/stages/archetype-net-release.yml
@@ -132,6 +132,11 @@ stages:
132
packageParentPath: '$(Pipeline.Workspace)'
133
packagesToPush: '$(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.nupkg;!$(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.symbols.nupkg'
134
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
140
141
strategy:
142
runOnce:
0 commit comments