Skip to content

GitVersionTask should use .git relative to project directory #1163

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

Merged
merged 1 commit into from
Feb 25, 2017

Conversation

Bitsonthefloor
Copy link

@Bitsonthefloor Bitsonthefloor commented Feb 23, 2017

This should fix the issue with GitVersionTask using the solution
directory .git folder instead of a project level .git folder, this is
more in line with how the command line works. It also adds property
support so the current use of the solution dir can be used or another
location can be specified. Also adds the ability to define a project
level or solution level import for global configuration.

Fixes #1162.

This should fix the issue with GitVersionTask using the solution
directory .git folder instead of a project level .git folder, this is
more in line with how the command line works. It also adds property
support so the current use of the solution dir can be used or another
location can be specified. Also adds the ability to define a project
level or solution level import for global configuration.
@asbjornu asbjornu changed the title Fix for issue #1162 GitVersionTask uses .git relative to SolutionDir Feb 24, 2017
@asbjornu asbjornu changed the title GitVersionTask uses .git relative to SolutionDir GitVersionTask should use .git relative to project directory Feb 24, 2017
@asbjornu
Copy link
Member

@Mrswain: Nice, thanks. Can you please associate your user with the e-mail address you committed 3355263 with? Just click the commit and then the question mark alongside your name and then jot in your e-mail address in your account.

@Bitsonthefloor
Copy link
Author

Sorry about that, forgot that my local client has my actual work email address. Corrected.

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.

GitVersionTask uses .git relative to SolutionDir
3 participants