Skip to content

Commit 005f025

Browse files
Revert target framework because this did not work
1 parent 2af93bd commit 005f025

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/platforms.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
--platform ${{ matrix.arch.platform }} \
5656
-v $PWD:/src -w /src \
5757
mcr.microsoft.com/dotnet/sdk:${{ matrix.dotnet }}.0 \
58-
bash -c "dotnet test Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj -c Release -p:TargetFramework=net${{ matrix.dotnet }}.0"
58+
bash -c "dotnet test Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj -c Release -f net${{ matrix.dotnet }}.0"
5959
else
60-
dotnet test Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj -c Release -p:TargetFramework=net${{ matrix.dotnet }}.0
60+
dotnet test Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj -c Release -f net${{ matrix.dotnet }}.0
6161
fi
6262
6363
windows:
@@ -82,4 +82,4 @@ jobs:
8282
shell: pwsh
8383
run: |
8484
Write-Host "=== Building and Testing for win-x64 (.NET ${{ matrix.dotnet }}) ==="
85-
dotnet test Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj -c Release -p:TargetFramework=net${{ matrix.dotnet }}.0
85+
dotnet test Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj -c Release -f net${{ matrix.dotnet }}.0

0 commit comments

Comments
 (0)