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

(GH-263) Add an alias to update a build definition #267

Closed
wants to merge 2 commits into from
Closed

(GH-263) Add an alias to update a build definition #267

wants to merge 2 commits into from

Conversation

christianbumann
Copy link
Member

@christianbumann christianbumann commented Sep 18, 2020

Contains commits from PR 266.
Rebase after this PR 266 is completed

Fixes #263

@christianbumann christianbumann changed the title Feature/gh 263 Add an alias to get all build definitions for a project Sep 18, 2020
@pascalberger pascalberger changed the title Add an alias to get all build definitions for a project Add an alias to update a build definition Nov 3, 2020
@pascalberger pascalberger changed the title Add an alias to update a build definition (GH-263) Add an alias to update a build definition Nov 3, 2020
/// <param name="settings">Settings for accessing AzureDevOps.</param>
/// <param name="updateBuildDefinitionSettings">The settings to update the build definition.</param>
/// <returns>The updated Azure DevOps build definition.</returns>
internal static AzureDevOpsBuildDefinition UpdateBuildDefinition(
Copy link
Member

Choose a reason for hiding this comment

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

To be consistent with other areas of this addin (e.g. for pull requestst) this should be implemented on the AzureDevOpsBuildDefinition class instead of a complete separate code flow.

@christianbumann christianbumann closed this by deleting the head repository Oct 10, 2023
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.

Add an alias to update a build definition
2 participants