2 implementations of Run
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
60public void Run(IGlobalRunSpec spec, IDirectory sourceDir, string targetDir)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectOrchestrator.cs (1)
34public void Run(IGlobalRunSpec runSpec, IDirectory directoryInfo, string target)
1 reference to Run
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectOrchestrator.cs (1)
36_basicOrchestrator.Run(runSpec, directoryInfo, target);