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

Update to exclude folders starting with _Sample from templates #18

Closed sayedihashimi closed 10 years ago

sayedihashimi commented 10 years ago

We should update the build logic to exclude folders starting with _Sample from the build process when building on Release mode. When building in Debug we should include all templates. This will make it easy to have samples in the repo for developers to reference while excluding them from released packages.

After integrating this be sure to build on Release mode before a release.

sayedihashimi commented 10 years ago

Resolved with commit 97d8fc2bbaddc2813d0585986f4e82b7988e8fb8.

When releasing you should build using the Release build configuration. This has been released on nuget.org as version 1.0.3.20-beta.