-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Pack Exclude does not work on sub folders #248
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
Comments
We don't support the ! syntax. |
@davidfowl what is the alternative ? keep in mind that "wwwroot/lib" also does not work |
Right now the only way is to list the individual folders under
|
@Praburaj thank you but this is so inconvenient |
Yep it is. Why are you excluding everything except for angular? |
@davidfowl that is just a test, what i want in future is if i want to exclude any directory that has sub directory to just do this
or to keep the Directory and sub directory but exclude sub directory sub directories or files like this
basically to make it work same like Node.JS Globbing Pattern, or any way that you guys decide that is compatible with Cross Platforms. |
Tracking this request with aspnet/dnx#1352. |
This .zip isn't used anymore.
Remove NETStandard.Library.NETFramework and update Moq
i am using the following pattern
everything works fine except for "lib" folder, which still get copied to publish folder with all its content, the way i want it is same as grunt or gulp, so i want to exclude all folders and files inside "lib" folder and only include "angular folder or js files that start with "angular"
The text was updated successfully, but these errors were encountered: