Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CHORE: Publish Symbols Pipeline#105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
bewithgaurav wants to merge20 commits intomain
base:main
Choose a base branch
Loading
frombewithgaurav/publish_symbols

Conversation

bewithgaurav
Copy link
Collaborator

@bewithgauravbewithgaurav commentedJun 25, 2025
edited by azure-boardsbot
Loading

ADO Work Item Reference

AB#37472


Summary

This pull request includes a small addition to the build pipeline configuration ineng/pipelines/build-whl-pipeline.yml. The change adds a new task to publish.pdb files as build artifacts under the namemssql-python-symbols.

@CopilotCopilotAI review requested due to automatic review settingsJune 25, 2025 11:05
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

Adds a new pipeline task to publish.pdb symbol files as build artifacts under the namemssql-python-symbols.

  • Introduces aPublishBuildArtifacts@1 step conditioned on success or failure
  • PointsPathtoPublish at$(Build.ArtifactStagingDirectory)\all-pdbs
  • Usesmssql-python-symbols as the artifact name
Comments suppressed due to low confidence (2)

eng/pipelines/build-whl-pipeline.yml:165

  • Use forward slashes forPathtoPublish to ensure cross-platform compatibility (e.g.,$(Build.ArtifactStagingDirectory)/all-pdbs).
        PathtoPublish: '$(Build.ArtifactStagingDirectory)\all-pdbs'

eng/pipelines/build-whl-pipeline.yml:161

  • [nitpick] Consider adding a preceding step to create or clean theall-pdbs directory so that you don’t publish stale or missing artifacts.
    # Publish the collected .pdb file(s) as build artifacts

@bewithgauravbewithgaurav marked this pull request as draftJune 25, 2025 12:29
SymbolsProduct: mssql-python
# Have kept the default version as the build ID, which is unique for each build
# This will be used to identify the symbols in the symbol server
SymbolsVersion: $(Build.BuildId)
Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Need to change ID forSymbolsVersion - perhaps the driver release version?

env:
SymbolServer: '$(SymbolServer)'
SymbolTokenUri: '$(SymbolTokenUri)'
requestName: '$(Build.DefinitionName)-$(Build.BuildId)'
Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

kept this since requestName needs to be unique for each API call. Might need to change this?

@github-actionsgithub-actionsbot added the pr-size: mediumModerate update size labelJul 10, 2025
Co-authored-by: David Engel <dengel1012@gmail.com>
@github-actionsgithub-actionsbot added pr-size: mediumModerate update size and removed pr-size: mediumModerate update size labelsJul 10, 2025
@github-actionsgithub-actionsbot added pr-size: mediumModerate update size and removed pr-size: mediumModerate update size labelsJul 10, 2025
@github-actionsgithub-actionsbot added pr-size: mediumModerate update size and removed pr-size: mediumModerate update size labelsJul 10, 2025
@github-actionsgithub-actionsbot added pr-size: mediumModerate update size and removed pr-size: mediumModerate update size labelsJul 10, 2025
@github-actionsgithub-actionsbot added pr-size: mediumModerate update size and removed pr-size: mediumModerate update size labelsJul 10, 2025
@github-actionsgithub-actionsbot added pr-size: mediumModerate update size and removed pr-size: mediumModerate update size labelsJul 10, 2025
@github-actionsgithub-actionsbot added pr-size: mediumModerate update size and removed pr-size: mediumModerate update size labelsJul 10, 2025
@github-actionsgithub-actionsbot added pr-size: mediumModerate update size and removed pr-size: mediumModerate update size labelsJul 10, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@David-EngelDavid-EngelDavid-Engel left review comments

Copilot code reviewCopilotCopilot left review comments

At least 2 approving reviews are required to merge this pull request.

Assignees
No one assigned
Labels
pr-size: mediumModerate update size
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@bewithgaurav@David-Engel

[8]ページ先頭

©2009-2025 Movatter.jp