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

Added bin and obj to the list of folders to skip during robocopy #80

Closed RehanSaeed closed 9 years ago

RehanSaeed commented 9 years ago

Every time I open the solution, the bin and obj folders are created even though my project template is not set to build. This causes these folders and their contents to be copied to the VSIX. I have to remember to manually delete these folders before I build my VSIX.

Adding these two folders to the excludes also has the nice side effect that you no longer need to set you project template to not build in the solution configuration.

sayedihashimi commented 9 years ago

@RehanSaeed thanks merged it. I released it as 1.1.4.4-beta, I also updated sidewaffle.

Thanks a lot for your help here, I'm really liking this collaboration.

RehanSaeed commented 9 years ago

Cool, thanks. I'll update to it.