File tree Expand file tree Collapse file tree
eng/pipelines/templates/jobs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,15 +67,11 @@ jobs:
6767 BuildToolsPath : ${{ parameters.BuildToolsRepoPath }}
6868
6969 - ${{ if eq(parameters.ShouldPublish, true) }} :
70- - task : MSBuild@1
71- displayName : ' Upload Symbols'
72- inputs :
73- solution : ' ${{ parameters.BuildToolsRepoPath }}/tools/symboltool/SymbolUploader.proj'
74- msbuildArguments : >
75- /p:PackagesPath=${{ parameters.ArtifactsPath }}
76- /p:MSPublicSymbolsPAT=$(azuresdk-microsoftpublicsymbols-devops-pat)
77- /p:MSSymbolsPAT=$(azuresdk-microsoft-devops-pat)
78- /p:AzureSDKSymbolsPAT=$(azuresdk-azure-sdk-devops-pat)
70+ - template : pipelines/steps/publish-symbols.yml@azure-sdk-build-tools
71+ parameters :
72+ BuildToolsRepositoryPath : ${{ parameters.BuildToolsRepoPath }}
73+ PackagesPath : ${{ parameters.ArtifactsPath }}
74+ StagingDirectory : $(Build.ArtifactStagingDirectory)/symbols
7975
8076 - task : NuGetToolInstaller@1
8177 displayName : ' Use NuGet ${{ parameters.NugetVersion }}'
You can’t perform that action at this time.
0 commit comments