#19736, 19671: Fixing deployment from Visual Studio and ignoring Tests folders

Work Items: 19736, 19671

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-05-22 15:43:58 -07:00
parent 0ddd66476a
commit 79178ed480
2 changed files with 4 additions and 6 deletions

View File

@@ -325,7 +325,7 @@
<Target Name="Package-Precompiled">
<ItemGroup>
<Precompiled-Exclude-Source Include="$(StageFolder)\**\*.cs;$(StageFolder)\**\*.csproj" />
<Precompiled-Folder-Input Include="$(StageFolder)\**\*" Exclude="$(StageFolder)\**\bin\**\*.xml;$(StageFolder)\**\obj\**\*;@(Precompiled-Exclude-Source)" />
<Precompiled-Folder-Input Include="$(StageFolder)\**\*" Exclude="$(StageFolder)\**\bin\**\*.xml;$(StageFolder)\Modules\**\Tests\**;$(StageFolder)\**\obj\**\*;@(Precompiled-Exclude-Source)" />
</ItemGroup>
<Copy SourceFiles="@(Precompiled-Folder-Input)"