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:
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.
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.
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.