4 references to RecipePacks
Aspire.Hosting.Radius (4)
Publishing\Constructs\RadiusEnvironmentConstruct.cs (1)
113
_recipePacks = DefineListProperty<string>(nameof(
RecipePacks
), ["properties", "recipePacks"]);
Publishing\RadiusInfrastructureBuilder.cs (3)
456
envConstruct.
RecipePacks
.Clear();
459
envConstruct.
RecipePacks
.Add(BuildIdExpression(pack));
736
construct.
RecipePacks
.Add(BuildIdExpression(recipePackConstruct));