Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/StructId.Package/StructId.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<!--
Copies SKILL.md from this package to .github/skills/structid/ in the consuming repo root.
Copies SKILL.md from this package to .agents/skills/structid/ in the consuming repo root.
Uses InitializeSourceControlInformation (SourceLink) to locate the repo root.
Falls back to SolutionDir if the git root cannot be determined.
Silently skips if the base directory cannot be determined.
Expand All @@ -37,7 +37,7 @@
</PropertyGroup>

<Copy SourceFiles="$(MSBuildThisFileDirectory)..\skills\structid\SKILL.md"
DestinationFiles="$(_StructIdSkillRepoRoot).github\skills\structid\SKILL.md"
DestinationFiles="$(_StructIdSkillRepoRoot).agents\skills\structid\SKILL.md"
SkipUnchangedFiles="true"
Condition="'$(_StructIdSkillRepoRoot)' != '' and Exists('$(MSBuildThisFileDirectory)..\skills\structid\SKILL.md')"
ContinueOnError="true" />
Expand Down Expand Up @@ -66,4 +66,4 @@
</ItemGroup>
</Target>

</Project>
</Project>
Loading