File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Tests - net9.0 (Latest)
3636 run : dotnet run --no-build -c:Release -f:net9.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
3737
38- - name : Tests - net8.0 (Latest LTS)
39- run : dotnet run --no-build -c:Release -f:net8.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
40-
41- - name : Tests - net6.0 (Previous LTS)
42- run : dotnet run --no-build -c:Release -f:net6.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
43-
4438 - if : matrix.os == 'windows-latest'
4539 name : Tests - net472 (Windows only)
4640 run : dotnet run --no-build -c:Release --project test/FastExpressionCompiler.TestsRunner.Net472
Original file line number Diff line number Diff line change 2121 global-json-file : global.json
2222
2323 - name : Build
24- run : dotnet build --configuration Release
24+ run : dotnet build -c: Release
2525
2626 - name : Make Internal
2727 shell : pwsh
You can’t perform that action at this time.
0 commit comments