From bb3df1fc337aee2b2cae14bc32eb1fb6dfb52e6b Mon Sep 17 00:00:00 2001 From: Struan Judd Date: Tue, 14 Jan 2025 07:22:26 +1300 Subject: [PATCH] Remove framework parameter from CI build --- .github/workflows/dotnet-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index 3a13d2b9..303ae029 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build -f net${{ matrix.dotnet-version }} + run: dotnet build - name: Tests with Coverage run: > dotnet coverage collect -o ${{ github.workspace }}/coverage/Coverage-${{ matrix.dotnet-version }}.xml -f cobertura -s coverage.runsettings