Skip to content

Commit

Permalink
Include symbols for Microsoft.Artifacts.Authentication when publishing (
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSchmeichel committed Jul 12, 2023
1 parent 2cea12a commit 1c7de8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ steps:
**\CredentialProvider.Microsoft.dll
**\CredentialProvider.Microsoft.exe
**\CredentialProvider.Microsoft.pdb
**\Microsoft.Artifacts.Authentication.dll
**\Microsoft.Artifacts.Authentication.pdb
TargetFolder: '$(Build.ArtifactStagingDirectory)\symbols'

- ${{ if eq(parameters.sign, 'true') }}:
Expand All @@ -204,8 +206,8 @@ steps:
SymbolServerType: TeamServices
SymbolsProduct: 'artifacts-credprovider'
env:
ArtifactServices.Symbol.AccountName: 'microsoft'
ArtifactServices.Symbol.UseAAD: 'true'
ARTIFACTSERVICES_SYMBOL_ACCOUNTNAME: 'microsoft'
ARTIFACTSERVICES_SYMBOL_USEAAD: 'false'

- task: PublishPipelineArtifact@1
displayName: 'Upload symbols'
Expand Down

0 comments on commit 1c7de8e

Please sign in to comment.