1 implementation of Path
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
PrimaryOutput.cs (1)
22
public string
Path
{ get; }
3 references to Path
dotnet (3)
Commands\New\PostActions\DotnetRestorePostActionProcessor.cs (1)
31
targetFiles = templateCreationResult.PrimaryOutputs.Select(output => Path.GetFullPath(output.
Path
, outputBasePath));
Commands\New\PostActions\DotnetSlnPostActionProcessor.cs (2)
67
filesToAdd.Add(Path.GetFullPath(templateCreationResult.PrimaryOutputs[index].
Path
, outputBasePath));
80
foreach (string pathString in templateCreationResult.PrimaryOutputs.Select(x => x.
Path
))