From d3d5ea4834dfae85f1e08b24b52f4c1ca2bc3fd1 Mon Sep 17 00:00:00 2001 From: LukeFZ <17146677+LukeFZ@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:18:06 +0100 Subject: [PATCH] try to improve workflow clone times by excluding tests folder, add copyright to build props --- .github/workflows/build.yml | 5 ++++- Directory.Build.props | 7 ++++--- Il2CppInspector.CLI/Il2CppInspector.CLI.csproj | 1 - 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a38729b..e2a398b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,12 @@ jobs: platform: ['windows-latest'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true + sparse-checkout: | + '!Il2CppTests/*' + '/*' - name: Setup .NET SDK uses: actions/setup-dotnet@v4 diff --git a/Directory.Build.props b/Directory.Build.props index 9def141..b53a38f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,12 +1,13 @@ net10.0 - 2023.2 + preview + true + 2023.1 $(Version).0.0 $(AssemblyVersion) Katy Coe, LukeFZ Noisy Cow Studios, LukeFZ - preview - true + (c) 2023-2025 LukeFZ - https://github.com/LukeFZ, original (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty \ No newline at end of file diff --git a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj index eaf7ec1..0ad35a1 100644 --- a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj +++ b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj @@ -8,7 +8,6 @@ win-x64 false Il2CppInspectorRedux Command-Line Edition - (c) 2023-2025 LukeFZ - https://github.com/LukeFZ, original (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty Il2CppInspectorRedux.CLI Il2CppInspector