File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments