Skip to content

Bump Verify.Xunit from 23.2.2 to 25.0.2 (#10) #49

Bump Verify.Xunit from 23.2.2 to 25.0.2 (#10)

Bump Verify.Xunit from 23.2.2 to 25.0.2 (#10) #49

Workflow file for this run

name: dotnet
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run the Cake script
uses: cake-build/cake-action@v2
with:
script-path: build.cake
target: Test