I am working on a Cordova project developed with Visual Studio Tools for Apache Cordova CTP 3.1 in Visual Studio 2013 Update 4. I have created a TFS build definition (I'm using TFS 2013) for the project that is able to build the project. I get the correct output, but this output is not copied to the specified dropped location or anywhere else.
I have tried a lot of things and nothing worked. I believe it must be related to the fact that the .jsproj does not define and OutputType
or an OutputPath
for any configuration.
In the build definition for Staging location in Build defaults I have selected Copy build output to the following drop folder. All I get there is the logs.
See the image below. the src folder contains the sources and after the build the output of the Cordova build (bin and bld). However, I'd expect the content from bin\Android\Release to be copied to the upper level bin folder (as seen in the picture) and eventually on the drop location. This does not happen.
Any help is appreciated.