There was an error while loading. Please reload this page.
1 parent b58b059 commit 0149efeCopy full SHA for 0149efe
1 file changed
.github/workflows/ci.yml
@@ -36,8 +36,8 @@ jobs:
36
37
- name: Build projects
38
shell: bash
39
- run: dotnet build ./all.csproj
+ run: dotnet build ./all.csproj -f net${{ matrix.dotnet-version }}.0
40
41
- name: Run tests
42
43
- run: dotnet test ./all.csproj /p:BuildTestsOnly=true --no-build -- RunConfiguration.MaxCpuCount=1
+ run: dotnet test ./all.csproj /p:BuildTestsOnly=true --no-build -f net${{ matrix.dotnet-version }}.0 -- RunConfiguration.MaxCpuCount=1
0 commit comments