From 8b9462f720aab493bbef37aae87d84ca569ec8f8 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Thu, 5 Sep 2024 22:24:24 -0700 Subject: [PATCH] Use nuget build tools for real --- .github/workflows/build.yml | 8 ++++---- .gitmodules | 3 --- KSPBuildTools | 1 - Source/Shabby.csproj | 14 +++++++------- 4 files changed, 11 insertions(+), 15 deletions(-) delete mode 160000 KSPBuildTools diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 565fbfe..0255a40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: workflow_call: env: - KSP_ROOT: /tmp/kspfoobar + KSP_ROOT: /tmp/ksp RELEASE_STAGING: /tmp/release jobs: @@ -24,13 +24,13 @@ jobs: uses: drewcassidy/yaclog@1.4.3 id: yaclog-show - - uses: drewcassidy/KSPBuildTools/.github/actions/setup-ckan@get-required-tools + - uses: KSPModdingLibs/KSPBuildTools/.github/actions/setup-ckan@0.0.2-alpha.0 - - uses: drewcassidy/KSPBuildTools/.github/actions/compile@get-required-tools + - uses: KSPModdingLibs/KSPBuildTools/.github/actions/compile@0.0.2-alpha.0 with: ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip - - uses: drewcassidy/KSPBuildTools/.github/actions/assemble-release@get-required-tools + - uses: KSPModdingLibs/KSPBuildTools/.github/actions/assemble-release@0.0.2-alpha.0 - name: Publish to Github if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') diff --git a/.gitmodules b/.gitmodules index 3c92910..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "KSPBuildTools"] - path = KSPBuildTools - url = https://github.com/KSPModdingLibs/KSPBuildTools.git diff --git a/KSPBuildTools b/KSPBuildTools deleted file mode 160000 index b5be269..0000000 --- a/KSPBuildTools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b5be269e8b7e3ad4b3406c578fe0c24e46713ae3 diff --git a/Source/Shabby.csproj b/Source/Shabby.csproj index ab9594e..41d5828 100644 --- a/Source/Shabby.csproj +++ b/Source/Shabby.csproj @@ -2,7 +2,11 @@ - + + + all + runtime; build; native; contentfiles; analyzers + @@ -15,7 +19,6 @@ 2024 KSPModdingLibs Contributors Shabby $(ProjectDir)../ - @@ -35,13 +38,12 @@ - + $(RepoRootPath)GameData/Shabby/Shabby.version - + - true true true @@ -49,6 +51,4 @@ - -