Skip to content

Commit 0b82269

Browse files
committed
Try it out on more dotnet versions
1 parent 1a2a80b commit 0b82269

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/internal-test-plugin-nuget.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ env:
1313
NuGetDirectory: ${{ github.workspace}}/nuget
1414

1515
jobs:
16+
1617
build:
18+
strategy:
19+
matrix:
20+
dotnet-version: [ 5.x, 7.x, 9.x ]
1721
runs-on: ubuntu-22.04
1822
steps:
1923
- uses: actions/checkout@v4
@@ -40,10 +44,11 @@ jobs:
4044
ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip
4145
working-directory: ${{ env.TESTDIR }}
4246
solution-file-path: plugin-mod-nuget.csproj
47+
dotnet-version: ${{ matrix.dotnet-version }}
4348
env:
4449
KSPBuildToolsVersion: ${{ inputs.package-version }}
4550

4651
- uses: ./.github/actions/assemble-release
4752
with:
4853
artifacts: ${{ env.TESTDIR }}/GameData
49-
output-file-name: plugin-mod-nuget
54+
output-file-name: plugin-mod-nuget-${{ matrix.dotnet-version }}

0 commit comments

Comments
 (0)