File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 7
7
workflow_call :
8
8
9
9
env :
10
- KSP_ROOT : /tmp/kspfoobar
10
+ KSP_ROOT : /tmp/ksp
11
11
RELEASE_STAGING : /tmp/release
12
12
13
13
jobs :
@@ -24,13 +24,13 @@ jobs:
24
24
uses :
drewcassidy/[email protected]
25
25
id : yaclog-show
26
26
27
- - uses : drewcassidy /KSPBuildTools/.github/actions/setup-ckan@get-required-tools
27
+ - uses : KSPModdingLibs /KSPBuildTools/.github/actions/setup-ckan@0.0.2-alpha.0
28
28
29
- - uses : drewcassidy /KSPBuildTools/.github/actions/compile@get-required-tools
29
+ - uses : KSPModdingLibs /KSPBuildTools/.github/actions/compile@0.0.2-alpha.0
30
30
with :
31
31
ksp-zip-url : https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip
32
32
33
- - uses : drewcassidy /KSPBuildTools/.github/actions/assemble-release@get-required-tools
33
+ - uses : KSPModdingLibs /KSPBuildTools/.github/actions/assemble-release@0.0.2-alpha.0
34
34
35
35
- name : Publish to Github
36
36
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Original file line number Diff line number Diff line change 1
- [submodule "KSPBuildTools "]
2
- path = KSPBuildTools
3
- url = https://github.com/KSPModdingLibs/KSPBuildTools.git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
4
4
<ItemGroup >
5
- <PackageReference Include =" KSPBuildTools" Version =" 0.0.0-*" />
5
+ <PackageReference Include =" KSPBuildTools" Version =" 0.0.2-alpha.0" />
6
+ <PackageReference Include =" MinVer" Version =" 5.0.0" >
7
+ <PrivateAssets >all</PrivateAssets >
8
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
9
+ </PackageReference >
6
10
</ItemGroup >
7
11
8
12
<!-- Static Properties -->
15
19
<AssemblyCopyright >2024 KSPModdingLibs Contributors</AssemblyCopyright >
16
20
<AssemblyName >Shabby</AssemblyName >
17
21
<RepoRootPath >$(ProjectDir)../</RepoRootPath >
18
- <StagingGameData ></StagingGameData >
19
22
</PropertyGroup >
20
23
21
24
<!-- DLL Dependencies-->
35
38
36
39
<!-- Version Files -->
37
40
<ItemGroup >
38
- <VersionFile Include =" ." >
41
+ <KSPVersionFile Include =" ." >
39
42
<Destination >$(RepoRootPath)GameData/Shabby/Shabby.version</Destination >
40
- </VersionFile >
43
+ </KSPVersionFile >
41
44
</ItemGroup >
42
45
43
46
<PropertyGroup >
44
- <GetVersionFromGit >true</GetVersionFromGit >
45
47
<GenerateKSPAssemblyAttribute >true</GenerateKSPAssemblyAttribute >
46
48
<GenerateKSPAssemblyDependencyAttributes >true</GenerateKSPAssemblyDependencyAttributes >
47
49
</PropertyGroup >
48
50
49
51
<Target Name =" MakeModDir" BeforeTargets =" BeforeBuild" >
50
52
<MakeDir Directories =" $(RepoRootPath)GameData/Shabby" />
51
53
</Target >
52
-
53
- <!-- <Import Project="$(ProjectDir)../KSPBuildTools/KSPCommon.targets" />-->
54
54
</Project >
You can’t perform that action at this time.
0 commit comments