mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
#19736, 19671: Fixing deployment from Visual Studio and ignoring Tests folders
Work Items: 19736, 19671 --HG-- branch : 1.x
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user