We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22b51ae + c463c28 commit 698c90fCopy full SHA for 698c90f
eng/pipelines/templates/publish-symbols.yml
@@ -55,9 +55,12 @@ jobs:
55
56
# The symbols archived here are checked as part of the VS Insertion PR to ensure they are available.
57
# https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/34315/Archiving-Symbols
58
- - task: MicroBuildArchiveSymbols@5
+ - task: MicroBuildArchiveSymbols@6
59
displayName: Publish to Symweb
60
inputs:
61
+ azureSubscription: 'VSEng-SymbolsUpload'
62
SymbolsFeatureName: MS.VS.ProjectSystem.Managed
63
SymbolsProject: VS
64
SymbolsAgentPath: $(Pipeline.Workspace)/$(Build.BuildNumber)
65
+ env:
66
+ SYSTEM_ACCESSTOKEN: $(System.AccessToken)
0 commit comments