Skip to content

Commit 4506d1e

Browse files
authoredJan 29, 2025
Grr
1 parent c0c662a commit 4506d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: dotnet restore -p:TargetFramework=net${{ matrix.dotnet-version }}
2828
- name: Build
29-
run: dotnet build --configuration Release --no-restore
29+
run: dotnet build -p:TargetFramework=net${{ matrix.dotnet-version }} --configuration Release --no-restore
3030
- name: Test
3131
run: dotnet test --framework net${{ matrix.dotnet-version }} --collect:"XPlat Code Coverage" --no-restore --verbosity normal --logger trx --results-directory "TestResults-${{ matrix.os }} ${{ matrix.dotnet-version }}"
3232
- name: Upload a Build Artifact

0 commit comments

Comments
 (0)