coapp / coapp.powershell

ClrPlus Signing
52 stars 43 forks source link

Writing content that will show up in project's build directory #68

Closed gordonwatts closed 10 years ago

gordonwatts commented 10 years ago

I am having some basic trouble with creating some extra content that needs to be put in a client project's build directory. To help with sorting this out, I've created a tiny little github repo that contains just some dummy source files and the content:

https://github.com/gordonwatts/CoAppDemoPackage

The readme file tells how to use it. The .autopkg file correctly puts the "etc" directory into the redist package. The Copy command seems to correctly appear in the .targets file. However, no files in the project are ever labeled "MyEtcFiles" - so there is nothing to copy over. It feels like something very basic is being missed here.

gordonwatts commented 10 years ago

This works when the head version of the CoApp tools are built and used. The latest build available for install does not, apparently, properly have this feature implemented.