I\'ve just started working with DNX 1.0.0-rc1-update1 in VS2015. My first app is a \'Console Application (package)\' project. Everything works, except NLog logging. I suspect it
I think it is broken in RC1. I was also looking how to get content files copied to the output folder, and found this issue that looks similar to what we are seeing.
As @Nkosi points out, the default for content
is **/*
(you can see via the docs link he provided, and also by the schema).
As for your postbuild
step, you can get it going by "producing outputs".