1 implementation of Exclude
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
GlobalRunSpec.cs (1)
62public IReadOnlyList<IPathMatcher> Exclude { get; private set; } = [];
2 references to Exclude
Microsoft.TemplateEngine.Core (2)
Util\Orchestrator.cs (2)
137foreach (IPathMatcher exclude in spec.Exclude) 208foreach (IPathMatcher exclude in spec.Exclude)