#18972: Disabling dynamic compilation by default on Azure Cloud Services

Work Item: 18972

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-09-24 14:54:37 -07:00
parent dab9b332cd
commit a7e7303eef
3 changed files with 15 additions and 2 deletions

View File

@@ -84,8 +84,8 @@
<ItemGroup>
<!-- filter to exclude any binary from a folder -->
<Excluded Include="$(SrcFolder)\**\bin\**\*;$(SrcFolder)\**\obj\**\*;$(SrcFolder)\**\*.user;" />
<Excluded Include="$(SrcFolder)\**\bin\**\*;$(SrcFolder)\**\obj\**\*;$(SrcFolder)\**\*.user; $(SrcFolder)\**\*.cs;$(SrcFolder)\**\*.csproj" />
<!-- list of files from Themes, Core and Modules to export -->
<Stage-Themes Include="$(SrcFolder)\Orchard.Web\Themes\**\*" Exclude="@(Excluded)" />
<Stage-Core Include="$(SrcFolder)\Orchard.Web\Core\**\*" Exclude="@(Excluded)" />

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<HostComponents>
<Components>
<Component Type="Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader">
<Properties>
<Property Name="Disabled" Value="true"/>
</Properties>
</Component>
</Components>
</HostComponents>

View File

@@ -395,6 +395,9 @@
<ItemGroup>
<Content Include="Config\log4net.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Config\HostComponents.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Config\Sites.config">
<SubType>Designer</SubType>