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