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

Build error on clean build #26

Closed sayedihashimi closed 9 years ago

sayedihashimi commented 10 years ago

When you get latest to a clean directory the first time you will receive a build error. This is due to the fact that the .targets file has not been restored by NuGet. We should update this to simply check in the .targets file under the Properties folder.

sayedihashimi commented 9 years ago

NuGet pkg restore should be called before the build.