File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file
44
5+ ## Unreleased
6+
7+ ### Msbuild
8+
9+ - Automatically run ` ckan update ` when restoring
10+
11+
512## 1.0.1 - 2025-11-25
613
714### Msbuild
Original file line number Diff line number Diff line change 139139 </Target >
140140
141141
142-
143142 <!-- Generate script to run to install CKAN dependencies -->
144143 <PropertyGroup >
145144 <_CKANScript >$(BaseIntermediateOutputPath)ckancommands.cache</_CKANScript >
156155 </PropertyGroup >
157156 <ItemGroup >
158157 <!-- Not using `ckan compat set` because as of 2024-08-16 it is still only available in the dev branch -->
158+ <_CKANCommands Include =" update" />
159159 <_CKANCommands Include =" compat add --gamedir " $(KSPBT_GameRoot)" %(_CKANCompatibleVersionItems.Identity)"
160160 Condition =" '$(KSPBT_CKANCompatibleVersions)' != '' " />
161161
244244 </Target >
245245
246246
247-
248247 <!-- Target to generate the KSP version json file for AVC/CKAN etc-->
249248 <Target Name =" KSPBT_GenerateVersionFile" AfterTargets =" Build"
250249 Inputs =" @(KSPVersionFile);$(FileVersion)" Outputs =" %(KSPVersionFile.destination)"
You can’t perform that action at this time.
0 commit comments