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

GH844: Added working directory support for tools #1009

Merged
merged 1 commit into from
Jun 25, 2016
Merged

GH844: Added working directory support for tools #1009

merged 1 commit into from
Jun 25, 2016

Conversation

patriksvensson
Copy link
Member

Closes #844

@dnfclas
Copy link

dnfclas commented Jun 25, 2016

Hi @patriksvensson, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@patriksvensson
Copy link
Member Author

I would need @gep13 to review this since the change affects GitReleaseNotes. @devlead is of course welcome with opinions as well 😄

if (settings.WorkingDirectory != null)
{
return settings.WorkingDirectory;
}
return _environment.WorkingDirectory;
Copy link
Member

Choose a reason for hiding this comment

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

@patriksvensson is it just me that would like to see a new line after the closing bracket here? If so, I will get over it 😄

@gep13
Copy link
Member

gep13 commented Jun 25, 2016

@patriksvensson one small comment, but aside from that, this looks good to me. If you want to rebase, I will get this merged in.

@patriksvensson
Copy link
Member Author

@gep13 Sure, will fix and rebase.

@patriksvensson
Copy link
Member Author

@gep13 Fixed and rebased.

@gep13 gep13 merged commit c84e2f5 into cake-build:develop Jun 25, 2016
@patriksvensson patriksvensson deleted the feature/GH844 branch June 25, 2016 23:25
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.

3 participants