Azure DevOps Build - publish doesn't create .compiled files in bin folder on publish
问题 I have a web project I am building and creating a published package from Azure-DevOps Build pipeline. I am running with the issue that not getting .compile files in bin folder while publishing. when I am publishing from the direct build machine's VS 2015( on which azure-DevOps builds are also running ) I am getting all .compile files. My .pubxml file <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <WebPublishMethod>FileSystem<