ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Use the new FilesExcludeRegex Property #77

Closed RehanSaeed closed 9 years ago

RehanSaeed commented 9 years ago

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 commented 9 years ago

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

sayedihashimi commented 9 years ago

@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 commented 9 years ago

@RehanSaeed FYI I just updated sidewaffle to use 1.1.4.3-beta