Archived Support Site

This support site is archived. You can view the old support discussions but you cannot post new discussions.

Deploying certain assets

We only deploy content marked explicitly as content. The applies to views of any flavor, JavaScript-files, CSS, images etc.

You can work around this limitation by setting the "Build Action" to "Content" in your projects.

To verify locally what we will deploy, you can use msbuild solution.sln /property:OutDir=C:\temp which will populate the C:\temp directory with the output we use for deploying your application.