mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 19:36:23 +08:00
Ignoring deprecated packages for msdeploy package
This commit is contained in:
parent
3630473e69
commit
ae0e545a9f
@ -301,9 +301,12 @@
|
||||
<!--<MsDeploy-Folder-Input Include="$(StageFolder)\**\*" Exclude="$(StageFolder)\**\bin\**\*.pdb;$(StageFolder)\**\bin\**\*.xml" />-->
|
||||
|
||||
<MsDeploy-Exclude-Modules Include="
|
||||
$(StageFolder)\**\Modules\Orchard.CustomForms\**;
|
||||
$(StageFolder)\**\Modules\Orchard.jQuery\**;
|
||||
$(StageFolder)\**\Modules\Orchard.Media\**;
|
||||
$(StageFolder)\**\Modules\Orchard.MediaPicker\**;
|
||||
$(StageFolder)\**\Modules\Orchard.Rules\**;
|
||||
$(StageFolder)\**\Modules\Orchard.TaskLease\**;
|
||||
" />
|
||||
|
||||
<MsDeploy-Folder-Input Include="$(StageFolder)\**\*" Exclude="$(StageFolder)\**\bin\**\*.xml;$(StageFolder)\**\obj\**\*;@(MsDeploy-Exclude-Modules)" />
|
||||
|
Loading…
Reference in New Issue
Block a user