Skip to content

Commit be98e5b

Browse files
author
Alex Peck
committed
cleanup
1 parent 2af6676 commit be98e5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ on:
99

1010
jobs:
1111
build:
12-
name: Build and Test (${{ matrix.os }}, .NET ${{ matrix.dotnet-version }}, ${{ matrix.framework }})
12+
name: ${{ matrix.framework }} ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
1414
permissions:
1515
checks: write
16+
continue-on-error: true
1617
strategy:
1718
matrix:
1819
include:
@@ -23,7 +24,7 @@ jobs:
2324
results: results4.trx
2425
artifact: test-results-win48
2526
std: false
26-
flag: ""
27+
flag: net48
2728
publish_nuget: true
2829

2930
- os: windows-latest

0 commit comments

Comments
 (0)