1 implementation of PrimaryOutputs
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectConfig.cs (1)
89public 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)
407return new CreationResult(runnableProjectConfig.PostActions, runnableProjectConfig.PrimaryOutputs);