mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Updating the packing build to put themes in their place
--HG-- branch : dev
This commit is contained in:
@@ -14,6 +14,8 @@ namespace MSBuild.Orchard.Tasks {
|
||||
public ITaskItem[] ExcludedBinaries { get; set; }
|
||||
|
||||
public override bool Execute() {
|
||||
if (OrchardWebBinaries == null)
|
||||
return true;
|
||||
|
||||
var orchardWebAssemblies = new HashSet<string>(
|
||||
OrchardWebBinaries.Select(item => Path.GetFileName(item.ItemSpec)),
|
||||
|
Reference in New Issue
Block a user