Skip to content

Commit 6cb136a

Browse files
committed
Publish symbols
1 parent 9979a2a commit 6cb136a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.azure-pipelines/ci-build.yml

+13
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,17 @@ jobs:
5858
publishVstsFeed: $(PROJECT_NAME)/$(PREVIEW_FEED_NAME)
5959
allowPackageConflicts: true
6060

61+
- task: PublishSymbols@2
62+
displayName: Publish Symbols
63+
inputs:
64+
SymbolsFolder: '$(Build.ArtifactStagingDirectory)'
65+
SearchPattern: '**//Microsoft.Graph.Entra.*.nupkg'
66+
IndexSources: true
67+
PublishSymbols: true
68+
SymbolServerType: 'TeamServices'
69+
SymbolExpirationInDays: '36530'
70+
IndexableFileFormats: 'Default'
71+
DetailedLog: true
72+
SymbolsArtifactName: 'Symbols_$(BuildConfiguration)'
73+
6174
- template: ./common-templates/security-post-checks.yml

0 commit comments

Comments
 (0)