File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 targetPath : ' $(Build.ArtifactStagingDirectory)\all-pdbs'
2323 displayName : ' Download PDB files artifact from latest successful run'
2424
25- - powershell : ' Write-Host "##vso[task.setvariable variable=ArtifactServices.Symbol.AccountName;]mssql-python "'
26- displayName : ' Update Symbol.AccountName with mssql-python '
25+ - powershell : ' Write-Host "##vso[task.setvariable variable=ArtifactServices.Symbol.AccountName;]SqlClientDrivers "'
26+ displayName : ' Update Symbol.AccountName with SqlClientDrivers '
2727
2828 - task : PublishSymbols@2
29- displayName : ' Upload symbols to mssql-python org'
29+ displayName : ' Upload symbols to SqlClientDrivers org'
3030 inputs :
3131 SymbolsFolder : ' $(Build.ArtifactStagingDirectory)\all-pdbs'
3232 SearchPattern : ' **/*.pdb'
5050 SymbolTokenUri : ' $(SymbolTokenUri)'
5151 requestName : ' $(System.TeamProject)-$(Build.SourceBranchName)-$(Build.DefinitionName)-$(Build.BuildId)'
5252 inputs :
53- azureSubscription : ' mssql-python-service '
53+ azureSubscription : ' SymbolsPublishing-msodbcsql- mssql-python'
5454 scriptType : ps
5555 scriptLocation : inlineScript
5656 inlineScript : |
You can’t perform that action at this time.
0 commit comments