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

Use the new FilesExcludeRegex Property #77

Merged
merged 2 commits into from
Aug 15, 2015
Merged

Use the new FilesExcludeRegex Property #77

merged 2 commits into from
Aug 15, 2015

Conversation

RehanSaeed
Copy link
Contributor

CreateTemplateTask uses the new FilesExcludeRegex property to exclude files starting with 'sw-' using the 'sw-.' regular expression. Note that the '' character had to be escaped to %2A.

CreateTemplateTask also outputs a new FilesToExclude property whose output feeds into ModifyProject, so that the project file does not contain references to the excluded files.

Also removed 'sw-icon.png *swexclude' from the excluded files in the robocopy file copy operation.

CreateTemplateTask uses the new FilesExcludeRegex property to exclude files starting with 'sw-' using the 'sw-.*' regular expression. Note that the '*' character had to be escaped to %2A.

CreateTemplateTask also outputs a new FilesToExclude property whose output feeds into ModifyProject, so that the project file does not contain references to the excluded files.

Also removed 'sw-*icon.png *swexclude*' from the excluded files in the robocopy file copy operation.
@RehanSaeed
Copy link
Contributor Author

Updated to remove _preprocess.xml from the robocopy file copy to fix replacements.

@sayedihashimi sayedihashimi merged commit b2e7688 into ligershark:master Aug 15, 2015
@sayedihashimi
Copy link
Member

@RehanSaeed thanks for the updates. It looks like I introduced a bug when I switched to robocopy where the replacements were regressed. The changes you have look to take care of that as well. Merged it and released as version 1.1.4.3-beta

@sayedihashimi
Copy link
Member

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.

2 participants