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

Remove dependency on MsBuild Community Tasks #24

Closed
dazinator opened this issue Dec 6, 2015 · 1 comment
Closed

Remove dependency on MsBuild Community Tasks #24

dazinator opened this issue Dec 6, 2015 · 1 comment
Assignees

Comments

@dazinator
Copy link
Owner

Currently depend on this package to provide msbuild tasks for creating zip files etc.
However it get's dragged into peoples solution when they add DnnPackager NuGet Package (because we currently need it) and it pollutes the solution by adding a .build folder and all sorts. This can be scary for people, and I also don't like it.

With #15 we are implementing all of our build / packaging logic in Unit testable, C# build task classes, including the zipping logic. This hopefully means we can get rid of MsBuild Community Tasks as a dependency.

@dazinator dazinator added this to the Major Refactoring milestone Dec 6, 2015
@dazinator dazinator self-assigned this Dec 6, 2015
@dazinator
Copy link
Owner Author

This will be closed when I merge from latest dev branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant