Skip to content

Commit f785c8b

Browse files
authored
Update partner release to new symbol publishing (#8525)
1 parent 28d9005 commit f785c8b

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

eng/pipelines/templates/jobs/azuresdkpartnerdrops-to-nugetfeed.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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 }}'

0 commit comments

Comments
 (0)