我正在使用Harvest脚本,它将从文件夹中获取文件并将其部署到其中一个文件夹中。现在我们要求需要将此文件夹中的9个文件部署到一个文件夹,并且需要将一个文件部署到其他文件夹。我正在使用XSLT转换,但无法成功。有人可以建议怎么做吗?
用于收集文件的代码行
&"$Env:WIX\bin\heat.exe" dir "$dirForPrintedGuides" -cg CG_SPI_PRINTED_GUIDES -gg -sfrag -srd -sreg -var var.DocPrintedGuidesFolder -dr Inst_Help -t "$PSScriptRoot\FilterHarvestDocumentation.xslt"-out "$DocumentationPrintedGuidesHarvest"