Skip to content

Commit 6c71b85

Browse files
authored
Merge pull request #9306 from tmeschter/231031-PortSymbolArchiveFix
Move to Archive Symbols task v4
2 parents 550f13d + 6ecda21 commit 6c71b85

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

eng/pipelines/templates/publish-symbols.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ jobs:
44
- job: PublishSymbols
55
displayName: Publish Symbols
66
timeoutInMinutes: 10
7-
pool:
8-
# Publishing symbols requires a specific agent pool for access to our file share. Defining the pool information within the job allows us to use that agent pool only for symbol publishing.
9-
# Agent Queue: https://devdiv.visualstudio.com/DevDiv/_settings/agentqueues?queueId=3316&view=jobs
10-
name: VSEng-ReleasePool-1ES
11-
demands: Cmd
127
steps:
138

149
###################################################################################################################################################################
@@ -60,12 +55,10 @@ jobs:
6055

6156
# The symbols archived here are checked as part of the VS Insertion PR to ensure they are available.
6257
# https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/672/Archive-Symbols-with-Symweb
63-
- task: MicroBuildArchiveSymbols@1
58+
- task: MicroBuildArchiveSymbols@4
6459
displayName: Publish to Symweb
6560
inputs:
6661
SymbolsFeatureName: MS.VS.ProjectSystem.Managed
67-
SymbolsSymwebProject: VS
68-
# This value is provided from the DotNet-Project-System variable group, defined in the stage variables.
69-
SymbolsUncPath: $(SymbolsUncPath)
70-
SymbolsEmailContacts: dotnetdevexproj
62+
SymbolsProject: VS
7163
SymbolsAgentPath: $(Pipeline.Workspace)/$(Build.BuildNumber)
64+
azureSubscription: Symbols Upload (DevDiv)

0 commit comments

Comments
 (0)