fix: Constrain dotnet restore to matrix runtime

This commit is contained in:
Michael Croes
2023-07-23 22:58:37 +02:00
parent 7558b9a691
commit 53f651a482

View File

@@ -131,7 +131,7 @@ jobs:
${{ runner.os }}-${{ matrix.test-framework }}-nuget
- name: Restore
run: dotnet restore S7.Net.UnitTest
run: dotnet restore --runtime ${{ matrix.test-framework }} S7.Net.UnitTest
- name: Test
run: dotnet test --no-restore --nologo --verbosity normal --logger GitHubActions --framework ${{ matrix.test-framework }}