1 implementation of Include
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
GlobalRunSpec.cs (1)
60
public IReadOnlyList<IPathMatcher>
Include
{ get; private set; } = [];
2 references to Include
Microsoft.TemplateEngine.Core (2)
Util\Orchestrator.cs (2)
132
foreach (IPathMatcher include in spec.
Include
)
203
foreach (IPathMatcher include in spec.
Include
)