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