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