We just upgraded to TFS2015 (onsite) and I\'m trying to set up a build that will do the same thing as my xaml builds but I can\'t seem to get the same files built. Here\'s a pic
Update your build definition to below:
/p:DeployOnBuild=true /p:OutDir="$(build.artifactstagingdirectory)\\"
arguments in Visual Studio Build step:
Save the build definition and queue a build, now you should get the same files published in drop folder like XAML build.