Skip to content

Commit 640bf3a

Browse files
code changes from review
Co-authored-by: David Engel <dengel1012@gmail.com>
1 parent e219f61 commit 640bf3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eng/pipelines/dummy-release-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
@@ -50,7 +50,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)