Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 22, 2024
2 parents b6c0e12 + a9df7f6 commit 583454c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions KSPCommon.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
</Target>

<!-- Use CKAN to install mods for any references tagged with a CKAN Identifier -->
<PropertyGroup>
<CKANCommandFile>$(BaseIntermediateOutputPath)ckancommands.cache</CKANCommandFile>
</PropertyGroup>
<Target Name="CKANInstallScriptGen">
<ItemGroup>
<_CKANCompatibleVersionItems Include="$(CKANCompatibleVersions.Split(' '))"/>
Expand All @@ -33,7 +36,6 @@
</ItemGroup>
<PropertyGroup>
<CKANDependencyList>@(_CKANDependency, ' ')</CKANDependencyList>
<CKANCommandFile>$(IntermediateOutputPath)CKANCommands</CKANCommandFile>
</PropertyGroup>
<ItemGroup>
<!-- Not using `ckan compat set` because as of 2024-08-16 it is still only available in the dev branch -->
Expand All @@ -57,7 +59,7 @@
</Target>

<Target Name="CKANClean" AfterTargets="Clean">
<Delete Files="$(IntermediateOutputPath)CKANCommands"/>
<Delete Files="$(CKANCommandFile)"/>
</Target>

<!-- For use like so: `msbuild -t:"GetRequiredExternalTools" -verbosity:minimal -nologo`, then pipe into your destination of choice -->
Expand Down

0 comments on commit 583454c

Please sign in to comment.