In visual studio I have a solution with multiple projects
My API project references my App project. When deploying API using Visual Studio Web Deploy I see it is including the entire web application:
"Updating file (api.airplanemanager.com\wwwroot_content\App\app\static\vendor\fontawesome..."
I am only referencing the project for my C# references and do not want to deploy anything from wwwroot. However, I do need to deploy those files when deploying the App project itself. Can I exclude them when deploying the API project?