1 implementation of OutputPath
Microsoft.TemplateEngine.Cli (1)
CliTemplateEngineHost.cs (1)
47public string OutputPath { get; }
3 references to OutputPath
Microsoft.TemplateEngine.Cli (3)
TemplateInvoker.cs (3)
126Path.Combine(_cliTemplateEngineHost.OutputPath, targetPath), 143string? fallbackName = new DirectoryInfo(_cliTemplateEngineHost.OutputPath).Name; 171_cliTemplateEngineHost.IsCustomOutputPath ? _cliTemplateEngineHost.OutputPath : null,