Skip to content
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

Fixing branch name logic. #3989

Conversation

StephenBonikowsky
Copy link
Member

  • The existing logic didn't account for a branch name being "release/3.1.0"
  • We leveraged the azure devops variable 'Build.SourceBranchName' which returned the "last path segment in the ref string".

@StephenBonikowsky StephenBonikowsky self-assigned this Oct 23, 2019
* The existing logic didn't account for a branch name being "release/3.1.0"
* We leveraged the azure devops variable 'Build.SourceBranchName' which returned the "last path segment in the ref string".
@StephenBonikowsky StephenBonikowsky force-pushed the stebon/3.1.0/infraupdates branch from 9dda2f2 to bb026c2 Compare October 23, 2019 01:08
@StephenBonikowsky
Copy link
Member Author

Need to merge in order to trigger the CI build to validate these changes.

@StephenBonikowsky StephenBonikowsky merged commit fbb5aef into dotnet:release/3.1.0 Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant