mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 17:08:47 +08:00
Include build scripts in source package
--HG-- branch : 1.x
This commit is contained in:
parent
af4baff455
commit
92f2707a02
@ -174,6 +174,7 @@
|
||||
<Stage-Modules-Binaries Include="$(WebSitesFolder)\**\bin\**\*" Exclude="@(Stage-Module-Exclude)"/>
|
||||
<Stage-Modules-Sources Include="$(ModulesSrcFolder)\**\*.csproj;$(ModulesSrcFolder)\**\*.cs"/>
|
||||
<Stage-License Include="$(MSBuildProjectDirectory)\*.txt" />
|
||||
<Stage-Build Include="$(MSBuildProjectDirectory)\*.proj;$(MSBuildProjectDirectory)\*.cmd" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Copying module binaries is somewhat tricky: From a module "bin" directory, we
|
||||
@ -321,6 +322,8 @@
|
||||
$(MSBuildProjectDirectory)\lib\**\*;
|
||||
$(MSBuildProjectDirectory)\src\**\*;
|
||||
$(MSBuildProjectDirectory)\*.txt;
|
||||
$(MSBuildProjectDirectory)\*.proj;
|
||||
$(MSBuildProjectDirectory)\*.cmd;
|
||||
" Exclude="@(Zip-Exclude)" />
|
||||
|
||||
</ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user