1 implementation of CopyOnly
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
GlobalRunSpec.cs (1)
64
public IReadOnlyList<IPathMatcher>
CopyOnly
{ get; private set; } = [];
1 reference to CopyOnly
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
220
foreach (IPathMatcher copyOnly in spec.
CopyOnly
)