Skip to content

Git: remove exact version match#322

Merged
derrickstolee merged 1 commit intomicrosoft:masterfrom
derrickstolee:git-version
Feb 4, 2020
Merged

Git: remove exact version match#322
derrickstolee merged 1 commit intomicrosoft:masterfrom
derrickstolee:git-version

Conversation

@derrickstolee
Copy link
Contributor

The MinimumGitVersion build variable previously was generated by
opening the Git installer package. Instead, make it a constant
string in the dependencies file. We will update this only when
we make a breaking change.

Modify our version check to always be a minimum version check.

Resolves #320.

The MinimumGitVersion build variable previously was generated by
opening the Git installer package. Instead, make it a constant
string in the dependencies file. We will update this only when
we make a breaking change.

Modify our version check to always be a minimum version check.

We no longer need the GetGitInstallerVersion build task.

Signed-off-by: Derrick Stolee <stolee@gmail.com>
@derrickstolee
Copy link
Contributor Author

/azp run microsoft.scalar

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@mjcheetham mjcheetham left a comment

Choose a reason for hiding this comment

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

LGTM!

@derrickstolee derrickstolee merged commit 2565de9 into microsoft:master Feb 4, 2020
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.

Be more flexible on Git version

2 participants