We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9979a2a commit 6cb136aCopy full SHA for 6cb136a
.azure-pipelines/ci-build.yml
@@ -58,4 +58,17 @@ jobs:
58
publishVstsFeed: $(PROJECT_NAME)/$(PREVIEW_FEED_NAME)
59
allowPackageConflicts: true
60
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
+
74
- template: ./common-templates/security-post-checks.yml
0 commit comments