1 implementation of PrimaryOutputs
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectConfig.cs (1)
89
public IReadOnlyList<ICreationPath>
PrimaryOutputs
=> _evaluatedPrimaryOutputs ?? throw new InvalidOperationException($"{nameof(Evaluate)} should be called before accessing the property.");
1 reference to PrimaryOutputs
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectGenerator.cs (1)
407
return new CreationResult(runnableProjectConfig.PostActions, runnableProjectConfig.
PrimaryOutputs
);