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

Downstream merge #61

Closed
wants to merge 11 commits into from
Closed

Conversation

prochan2
Copy link
Contributor

@prochan2 prochan2 requested a review from gfraiteur May 29, 2023 14:33
@prochan2 prochan2 marked this pull request as draft May 29, 2023 14:34
@prochan2 prochan2 marked this pull request as ready for review May 29, 2023 15:13
@@ -35,6 +35,15 @@ public class BuildContext
/// </summary>
public string Branch { get; }

// TODO: Read the version from this.Branch in 2023.1.
Copy link
Member

Choose a reason for hiding this comment

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

This is a smell. It should almost certainly not be here.

@@ -21,6 +21,8 @@ public class DependencyDefinition
public string? BumpBuildType { get; init; }

public string DeploymentBuildType { get; init; }

public string DownstreamBuildTypeFormat { get; init; }
Copy link
Member

Choose a reason for hiding this comment

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

Smell.

namespace PostSharp.Engineering.BuildTools.Utilities
namespace PostSharp.Engineering.BuildTools.Utilities;

internal static class VcsHelper
Copy link
Member

Choose a reason for hiding this comment

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

Rename to GitHelper.

@prochan2 prochan2 marked this pull request as draft May 31, 2023 17:53
@prochan2 prochan2 closed this Aug 21, 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.

2 participants