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

Git: remove exact version match #322

Merged
merged 1 commit into from
Feb 4, 2020

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