From 3416896605919d708198a14fecf3db9df1442d55 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:35:22 +0000 Subject: [PATCH] fallback to SolutionDir when git root not found for skill copy Agent-Logs-Url: https://github.com/devlooped/StructId/sessions/6f8ff724-042f-4136-84da-c1b37436ab51 Co-authored-by: kzu <169707+kzu@users.noreply.github.com> --- src/StructId.Package/StructId.targets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/StructId.Package/StructId.targets b/src/StructId.Package/StructId.targets index 839485f..f748990 100644 --- a/src/StructId.Package/StructId.targets +++ b/src/StructId.Package/StructId.targets @@ -18,7 +18,8 @@ <_StructIdSkillRepoRoot>@(_StructIdSkillSourceRoot) + <_StructIdSkillRepoRoot Condition="'$(_StructIdSkillRepoRoot)' == '' and '$(SolutionDir)' != '' and '$(SolutionDir)' != '*Undefined*'">$(SolutionDir)