File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 51
51
publishVstsFeed : $(PROJECT_NAME)/$(PREVIEW_FEED_NAME)
52
52
allowPackageConflicts : true
53
53
54
+ - task : PublishSymbols@2
55
+ displayName : Publish Symbols
56
+ inputs :
57
+ SymbolsFolder : ' $(Build.ArtifactStagingDirectory)'
58
+ SearchPattern : ' **/Microsoft.Graph.Entra.*.snupkg'
59
+ IndexSources : true
60
+ PublishSymbols : true
61
+ SymbolServerType : ' TeamServices'
62
+ SymbolExpirationInDays : ' 36530'
63
+ IndexableFileFormats : ' Default'
64
+ DetailedLog : true
65
+ SymbolsArtifactName : ' Symbols_$(BuildConfiguration)'
66
+
54
67
- template : ./common-templates/security-post-checks.yml
Original file line number Diff line number Diff line change 62
62
displayName : Publish Symbols
63
63
inputs :
64
64
SymbolsFolder : ' $(Build.ArtifactStagingDirectory)'
65
- SearchPattern : ' **// Microsoft.Graph.Entra.*.nupkg '
65
+ SearchPattern : ' **/Microsoft.Graph.Entra.*.snupkg '
66
66
IndexSources : true
67
67
PublishSymbols : true
68
68
SymbolServerType : ' TeamServices'
You can’t perform that action at this time.
0 commit comments