Skip to content

Commit 698c90f

Browse files
authored
Merge pull request #9807 from drewnoakes/upgrade-symbol-publish-task
Bump MicroBuildArchiveSymbols task in pipeline
2 parents 22b51ae + c463c28 commit 698c90f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/pipelines/templates/publish-symbols.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ jobs:
5555

5656
# The symbols archived here are checked as part of the VS Insertion PR to ensure they are available.
5757
# https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/34315/Archiving-Symbols
58-
- task: MicroBuildArchiveSymbols@5
58+
- task: MicroBuildArchiveSymbols@6
5959
displayName: Publish to Symweb
6060
inputs:
61+
azureSubscription: 'VSEng-SymbolsUpload'
6162
SymbolsFeatureName: MS.VS.ProjectSystem.Managed
6263
SymbolsProject: VS
6364
SymbolsAgentPath: $(Pipeline.Workspace)/$(Build.BuildNumber)
65+
env:
66+
SYSTEM_ACCESSTOKEN: $(System.AccessToken)

0 commit comments

Comments
 (0)