8 references to CreateAspireSkillsBundle
aspire (1)
Agents\AspireSkills\AspireSkillsBundleProvider.cs (1)
217var definition = SkillDefinition.CreateAspireSkillsBundle(
Aspire.Cli.Tests (7)
Agents\AspireSkillsBundleTests.cs (2)
20private static SkillDefinition AspireSkillDefinition => SkillDefinition.CreateAspireSkillsBundle( 25private static SkillDefinition AspireifySkillDefinition => SkillDefinition.CreateAspireSkillsBundle(
Agents\CommonAgentApplicatorsTests.cs (5)
72var bundleSkill = SkillDefinition.CreateAspireSkillsBundle( 104SkillDefinition.CreateAspireSkillsBundle(CommonAgentApplicators.AspireSkillName, "Aspire CLI commands and workflows for distributed apps"), 105SkillDefinition.CreateAspireSkillsBundle(CommonAgentApplicators.AspireifySkillName, "One-time setup: wire up AppHost with discovered projects"), 106SkillDefinition.CreateAspireSkillsBundle(CommonAgentApplicators.AspireDeploymentSkillName, "Aspire deployment target selection, preflight, publish, and deploy workflows") 139var bundleSkill = SkillDefinition.CreateAspireSkillsBundle(