mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
Adding configurable sections in HostComponents.config
--HG-- branch : 1.x
This commit is contained in:
@@ -272,10 +272,6 @@
|
||||
<XmlDelete XmlFileName="$(StageFolder)\Config\log4net.config"
|
||||
XPath="/log4net/root/appender-ref[@ref='debug-file']" />
|
||||
|
||||
<!-- disable dynamic compilation loader -->
|
||||
<Move SourceFiles="$(StageFolder)\Config\Sample.HostComponents.config"
|
||||
DestinationFiles="$(StageFolder)\Config\HostComponents.config"/>
|
||||
|
||||
<XmlUpdate XmlFileName="$(StageFolder)\Config\HostComponents.config"
|
||||
XPath="/HostComponents/Components/Component[@Type='Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader']/Properties/Property/@Value"
|
||||
Value="true" />
|
||||
|
||||
Reference in New Issue
Block a user