1 write to InstallExcludedRelativePaths
aspire (1)
Agents\SkillDefinition.cs (1)
71
InstallExcludedRelativePaths
= installExcludedRelativePaths;
3 references to InstallExcludedRelativePaths
aspire (1)
Agents\SkillDefinition.cs (1)
111
foreach (var excludedPath in
InstallExcludedRelativePaths
)
Aspire.Cli.Tests (2)
Agents\AspireSkillsBundleTests.cs (1)
108
Assert.Equal(["evals"], skill.
InstallExcludedRelativePaths
);
Agents\CommonAgentApplicatorsTests.cs (1)
144
Assert.Contains(bundleSkill.
InstallExcludedRelativePaths
, path => path == Path.Combine("evals"));