mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 16:53:10 +08:00
Fixed issue in Orchard.proj that erroneously excluded Azure role content folders from Orchard.Source.1.7.1.zip.
This commit is contained in:
@@ -290,6 +290,7 @@
|
||||
</Target>
|
||||
<Target Name="Package-Zip">
|
||||
<ItemGroup>
|
||||
|
||||
<Zip-Exclude Include="
|
||||
$(MSBuildProjectDirectory)\src\**\bin\**\*;
|
||||
$(MSBuildProjectDirectory)\src\**\obj\**\*;
|
||||
@@ -302,7 +303,7 @@
|
||||
$(MSBuildProjectDirectory)\**\*.hgignore;
|
||||
$(MSBuildProjectDirectory)\**\*.hg*\**\*;
|
||||
$(LibFolder)\nunit\addins\**\*;
|
||||
" />
|
||||
" Exclude="$(MSBuildProjectDirectory)\src\Orchard.Azure\Orchard.Azure.CloudService\*Content\**\*" />
|
||||
|
||||
<Zip-Stage Include="$(StageFolder)\**\*" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user