mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Corrected invalid scripts retrieval from Azure
--HG-- branch : dev
This commit is contained in:
parent
e1feef58e7
commit
fa9a75aa9f
@ -89,7 +89,7 @@
|
||||
<Delete Files="$(CloudRootFolder)\App_Data" />
|
||||
|
||||
<ItemGroup>
|
||||
<WebConfigs Include="$(CloudRootFolder)\Modules\*\web.config" />
|
||||
<WebConfigs Include="$(CloudRootFolder)\Modules\*\web.config;$(CloudRootFolder)\Core\web.config" />
|
||||
</ItemGroup>
|
||||
|
||||
<Delete Files="@(WebConfigs)" />
|
||||
|
Loading…
Reference in New Issue
Block a user