File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818jobs :
1919 build :
20- uses : KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@0.0.4
20+ uses : KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@1.1.1
Original file line number Diff line number Diff line change 99
1010jobs :
1111 create-release :
12- uses : KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@0.0.4
12+ uses : KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@1.1.1
1313 with :
14- version-string : ${{ inputs.version-string }}
14+ version-string : ${{ inputs.version-string }}
Original file line number Diff line number Diff line change 66
77jobs :
88 publish-to-spacedock :
9- uses : KSPModdingLibs/KSPBuildTools/.github/workflows/publish-to-spacedock.yml@0.0.4
9+ uses : KSPModdingLibs/KSPBuildTools/.github/workflows/publish-to-spacedock.yml@1.1.1
1010 with :
1111 spacedock-username : ${{ vars.SPACEDOCK_USERNAME }}
1212 mod-id : ${{ vars.SPACEDOCK_MOD_ID }}
Original file line number Diff line number Diff line change 2020 ****************************************************************************/
2121using System ;
2222using System . Collections . Generic ;
23- using Log = KSPBuildTools . Log ;
23+ using Log = KSPCommunityLib . Logging . Log ;
2424
2525namespace JSI
2626{
Original file line number Diff line number Diff line change 77 <TargetFramework >net4.8</TargetFramework >
88 </PropertyGroup >
99 <PropertyGroup >
10- <BinariesOutputRelativePath >GameData\JSI\RasterPropMonitor\Plugins</BinariesOutputRelativePath >
11- <GenerateKSPAssemblyAttribute >true</GenerateKSPAssemblyAttribute >
12- <GenerateKSPAssemblyDependencyAttributes >true</GenerateKSPAssemblyDependencyAttributes >
10+ <KSPBT_ModRoot >$(MSBuildProjectDirectory)/../GameData/JSI/RasterPropMonitor/</KSPBT_ModRoot >
11+ <KSPBT_ModPluginFolder >Plugins</KSPBT_ModPluginFolder >
1312 </PropertyGroup >
1413 <ItemGroup >
15- <KSPVersionFile Include =" $(RepoRootPath)\GameData\JSI\RasterPropMonitor\ RasterPropMonitor.version" >
16- <Destination >$(RepoRootPath)\GameData\JSI\RasterPropMonitor\ RasterPropMonitor.version</Destination >
14+ <KSPVersionFile Include =" $(KSPBT_ModRoot)/ RasterPropMonitor.version" >
15+ <Destination >$(KSPBT_ModRoot)/ RasterPropMonitor.version</Destination >
1716 <KSP_Version_Min >1.12.3</KSP_Version_Min >
1817 </KSPVersionFile >
1918 </ItemGroup >
2019 <ItemGroup >
2120 <Publicize Include =" Assembly-CSharp" />
2221 </ItemGroup >
2322 <ItemGroup >
24- <PackageReference Include =" KSPBuildTools" Version =" 0.0.4" />
2523 <PackageReference Include =" Krafs.Publicizer" Version =" 1.0.3" />
24+ <PackageReference Include =" KSPBuildTools" Version =" 1.1.1" />
25+ <PackageReference Include =" KSPCommunityLib" Version =" 0.1.1" />
2626 </ItemGroup >
2727</Project >
You can’t perform that action at this time.
0 commit comments