Removing \obj folders from WebDeploy package

This commit is contained in:
Sebastien Ros 2012-07-20 17:49:15 -07:00
parent ab1d97616c
commit c9b8a1dc49

View File

@ -296,7 +296,7 @@
$(StageFolder)\**\Modules\Orchard.AntiSpam\**;
" />
<MsDeploy-Folder-Input Include="$(StageFolder)\**\*" Exclude="$(StageFolder)\**\bin\**\*.xml;@(MsDeploy-Exclude-Modules)" />
<MsDeploy-Folder-Input Include="$(StageFolder)\**\*" Exclude="$(StageFolder)\**\bin\**\*.xml;$(StageFolder)\**\obj\**\*;@(MsDeploy-Exclude-Modules)" />
<MsDeploy-Parameters Include="$(LibFolder)\msdeploy\*.xml;$(LibFolder)\msdeploy\*.sql"/>
</ItemGroup>