Skip to content

Commit 3504758

Browse files
committed
Removing publishing task since we can't index due to bug. And we dont publish through it anymore
1 parent dfac273 commit 3504758

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,22 +232,15 @@ extends:
232232
!**/*Test*
233233
TargetFolder: $(Build.ArtifactStagingDirectory)/symbols
234234
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
235-
- task: PublishSymbols@2
236-
inputs:
237-
SymbolsFolder: $(Build.ArtifactStagingDirectory)/symbols
238-
SearchPattern: '**\*.pdb'
239-
SymbolServerType: TeamServices
240-
PublishSymbols: false
241-
displayName: Archive symbols to VSTS
242-
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['SignType'], 'real'))
243-
235+
244236
- task: MicroBuildArchiveSymbols@5
245237
displayName: 🔣 Archive symbols to Symweb
246238
inputs:
247239
SymbolsFeatureName: $(SymbolsFeatureName)
248240
SymbolsProject: VS
249241
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['SignType'], 'real'))
250242

243+
251244
- task: CopyFiles@1
252245
displayName: Collecting packages
253246
inputs:

0 commit comments

Comments
 (0)