-
Notifications
You must be signed in to change notification settings - Fork 68
Add --version flag #100
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --version flag #100
Conversation
Right now when built in the pipeline this PR is product a version number like: sqlcmd --version which is based off the $(Build.BuildNumber) value. We need it to be: sqlcmd --version I'm investigating In reply to: 1163362419 |
Can you fix the diff not to have so much whitespace change? In reply to: 1184570575 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
c1107a6
to
a0abeed
Compare
a0abeed
to
677001a
Compare
i think this task has to move into the first stage In reply to: 1239671640 Refers to: build/azure-pipelines/build-product.yml:58 in 75c7dfe. [](commit_id = 75c7dfe, deletion_comment = False) |
add a branch constraint here for main unless we are confident we won't push version tags to other branches incorrectly. In reply to: 1240755228 Refers to: build/azure-pipelines/build-product.yml:4 in 75c7dfe. [](commit_id = 75c7dfe, deletion_comment = False) |
never mind, that doesn't work like I thought it does. In reply to: 1240755228 Refers to: build/azure-pipelines/build-product.yml:4 in 75c7dfe. [](commit_id = 75c7dfe, deletion_comment = False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolves issue #94