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