Implemented interface member:
property
OutputPath
Microsoft.TemplateEngine.Cli.ICliTemplateEngineHost.OutputPath
1 write to OutputPath
Microsoft.TemplateEngine.Cli (1)
CliTemplateEngineHost.cs (1)
39OutputPath = outputPath != null ? Path.Combine(workingPath, outputPath) : workingPath;
1 reference to OutputPath
Microsoft.TemplateEngine.Cli (1)
CliTemplateEngineHost.cs (1)
51string? workingPath = OutputPath;