Skip to content

Bump FastExpressionCompiler.Internal.src from 4.2.0 to 4.2.1 in the all-dependencies group #319

Bump FastExpressionCompiler.Internal.src from 4.2.0 to 4.2.1 in the all-dependencies group

Bump FastExpressionCompiler.Internal.src from 4.2.0 to 4.2.1 in the all-dependencies group #319

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore:
- 'doc/**'
- 'readme.md'
pull_request:
branches: [ main ]
paths-ignore:
- 'doc/**'
- 'readme.md'
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Test
run: dotnet test --configuration Release