Skip to content

Commit db8e202

Browse files
committed
Update
1 parent 75b24fd commit db8e202

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.azure-pipelines/ci-build-migrate.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,17 @@ jobs:
5151
publishVstsFeed: $(PROJECT_NAME)/$(PREVIEW_FEED_NAME)
5252
allowPackageConflicts: true
5353

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+
5467
- template: ./common-templates/security-post-checks.yml

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
displayName: Publish Symbols
6363
inputs:
6464
SymbolsFolder: '$(Build.ArtifactStagingDirectory)'
65-
SearchPattern: '**//Microsoft.Graph.Entra.*.nupkg'
65+
SearchPattern: '**/Microsoft.Graph.Entra.*.snupkg'
6666
IndexSources: true
6767
PublishSymbols: true
6868
SymbolServerType: 'TeamServices'

0 commit comments

Comments
 (0)