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

Hierarchy support in Zip task #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

neremin
Copy link
Contributor

@neremin neremin commented Apr 8, 2015

Added hierarchy zipping in Zip task when InputBaseDirectory is provided

Added hierarchy zipping in Zip task when InputBaseDirectory is provided
Updated examples.
@neremin neremin closed this Apr 8, 2015
@neremin neremin reopened this Apr 8, 2015
{
foreach (var inputFileName in InputFileNames.Select(f => f.ItemSpec))
foreach (var inputFileName in filesToZip)
Copy link
Owner

Choose a reason for hiding this comment

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

nit: please use 4 space indent

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pardon?! Is "nit" in Polish or in English? What do you mean?

Copy link
Owner

Choose a reason for hiding this comment

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

nit = nitpick. we use it at work for small/cosmetic issues

@neremin
Copy link
Contributor Author

neremin commented Apr 11, 2015

Too much hassle for short submit. You probably don't need. Anyone interested in can find changes in my branch Thanks for the review and good starting point. :)

@moozzyk
Copy link
Owner

moozzyk commented Apr 12, 2015

OK. Thanks!

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.

None yet

2 participants