Skip to content

Commit

Permalink
re-add symbol build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
embetten committed Mar 7, 2024
1 parent 7cc1461 commit 03ef65d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@ steps:
**\Microsoft.Artifacts.Authentication.dll
**\Microsoft.Artifacts.Authentication.pdb
TargetFolder: '$(Build.ArtifactStagingDirectory)\symbols'

- ${{ if eq(parameters.publish, 'true') }}:
- task: PublishPipelineArtifact@1
displayName: 'Upload symbols'
inputs:
artifact: "Symbols"
targetPath: '$(Build.ArtifactStagingDirectory)\symbols'

- powershell: 'Write-Output ("##vso[task.setvariable variable=SignType;]")'
displayName: Clear SignType
Expand Down

0 comments on commit 03ef65d

Please sign in to comment.