Updating the packing build to put themes in their place

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-20 00:07:53 -07:00
parent ba0c2d8767
commit d329722c62
2 changed files with 23 additions and 3 deletions

View File

@@ -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)),