9 references to AspireDeploymentSkillName
Aspire.Cli.Tests (9)
Agents\CommonAgentApplicatorsTests.cs (1)
106SkillDefinition.CreateAspireSkillsBundle(CommonAgentApplicators.AspireDeploymentSkillName, "Aspire deployment target selection, preflight, publish, and deploy workflows")
Commands\AgentInitCommandTests.cs (5)
89$"{CommonAgentApplicators.AspireSkillName}, {CommonAgentApplicators.AspireDeploymentSkillName}, {FakeAspireSkillsInstaller.AspireInitSkillName}, {FakeAspireSkillsInstaller.AspireMonitoringSkillName}, {FakeAspireSkillsInstaller.AspireOrchestrationSkillName}, {FakeAspireSkillsInstaller.AspireProjectV2MigrationSkillName}, {CommonAgentApplicators.AspireifySkillName}")}", 155CommonAgentApplicators.AspireDeploymentSkillName, 211Assert.Contains(CommonAgentApplicators.AspireDeploymentSkillName, promptedSkillNames); 571AssertSkillFileExists(workspace.WorkspaceRoot, Path.Combine(".agents", "skills"), CommonAgentApplicators.AspireDeploymentSkillName); 674AssertSkillFileExists(workspace.WorkspaceRoot, Path.Combine(".agents", "skills"), CommonAgentApplicators.AspireDeploymentSkillName);
TestServices\FakePlaywrightServices.cs (3)
111[(CommonAgentApplicators.AspireDeploymentSkillName, "SKILL.md")] = 120[(CommonAgentApplicators.AspireDeploymentSkillName, Path.Combine("references", "preflight.md"))] = "# Preflight", 181CreateSkill(CommonAgentApplicators.AspireDeploymentSkillName, ["evals"], files),