We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e33c31 commit 7bf678bCopy full SHA for 7bf678b
KSPCommon.targets
@@ -23,7 +23,7 @@
23
<!-- Use CKAN to install mods for any references tagged with a CKAN Identifier -->
24
<Target Name="CKANInstall">
25
<ItemGroup>
26
- <CKANCompatibleVersionItems Include="$(CKANCompatibleVersions)"/>
+ <CKANCompatibleVersionItems Include="@(CKANCompatibleVersions->';%(Identity)')"/>
27
</ItemGroup>
28
<Exec Command="ckan compat add --headless --gamedir $(KSPROOT) %(CKANCompatibleVersionItems.Identity)" Condition=" '$(CKANCompatibleVersions)' != '' "/>
29
<Exec Command="ckan install --no-recommends --headless --gamedir $(KSPROOT) %(Reference.CKANIdentifier)" Condition=" '%(Reference.CKANIdentifier)' != '' "/>
0 commit comments