mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#19903: Fixing default file monitoring setting for modules and themes
Work Item: 19903
This commit is contained in:
@@ -274,7 +274,7 @@
|
|||||||
|
|
||||||
<!-- disable all file monitoring but ExtensionMonitoringCorrdinator to detect new modules/themes -->
|
<!-- disable all file monitoring but ExtensionMonitoringCorrdinator to detect new modules/themes -->
|
||||||
<XmlUpdate XmlFileName="$(StageFolder)\Config\HostComponents.config"
|
<XmlUpdate XmlFileName="$(StageFolder)\Config\HostComponents.config"
|
||||||
XPath="/HostComponents/Components/Component/Properties/Property[@Name='DisableMonitoring']/@Value"
|
XPath="/HostComponents/Components/Component[@Type != 'Orchard.Environment.Extensions.Folders.ExtensionHarvester']/Properties/Property[@Name='DisableMonitoring']/@Value"
|
||||||
Value="true" />
|
Value="true" />
|
||||||
|
|
||||||
<!-- move over extra non-content files the csproj referenced -->
|
<!-- move over extra non-content files the csproj referenced -->
|
||||||
|
|||||||
Reference in New Issue
Block a user