mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Start work on creating proper MsDeploy package
SqlCe binaries uncluded properly New MsDeploy staging directory Modules are still not properly copied in the pacakge... --HG-- branch : dev
This commit is contained in:
5
lib/msdeploy/manifest.xml
Normal file
5
lib/msdeploy/manifest.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<MSDeploy.iisApp>
|
||||
<iisapp path="Orchard" />
|
||||
<setAcl path="Orchard/App_Data" setAclAccess="ReadAndExecute,Write" />
|
||||
<setAcl path="Orchard/Media" setAclAccess="ReadAndExecute,Write" />
|
||||
</MSDeploy.iisApp>
|
Reference in New Issue
Block a user