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

Error when used with a new project #15

Closed sayedihashimi closed 10 years ago

sayedihashimi commented 10 years ago

If you add the NuGet package to a new VS Package project you will receive the error below.

Error   1   The "ReplaceInFiles" task was not given a value for the required parameter "TemplateInfoFile".  VSPackage1

This is due to checkin 6f67787b558bca8c626c6bcc0276b73ca194c8f2 which contained updates to pre-processing files. When that update was made there was not an empty check placed on the task invocation. It needs to be added.

sayedihashimi commented 10 years ago

This has been fixed and released on nuget.org as version 1.0.3.17-beta https://www.nuget.org/packages/TemplateBuilder/1.0.3.17-beta.