In my MSBuild Script I am using MSDeploy to package and deploy my ASP.NET MVC website.
<Exec Command=' "@(MsDeploy)" -verb:sync -source:iisApp="$(Source)" -dest:package="$(Destination)" '/>
The issue is that my *.less files are not added to the deployment package.
Are there parameters or a configuration, I can set so these files are added to the deployment package.