2 implementations of Run
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
24
public void
Run
(string runSpecPath, IDirectory sourceDir, string targetDir)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectOrchestrator.cs (1)
29
public void
Run
(string runSpecPath, IDirectory sourceDir, string targetDir)
1 reference to Run
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectOrchestrator.cs (1)
31
_basicOrchestrator.
Run
(runSpecPath, sourceDir, targetDir);