Skip to content

Commit 9212670

Browse files
committed
fix ci
1 parent cdc859f commit 9212670

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)