Skip to content

Bump MessagePack from 2.5.129 to 2.5.187 in /tests/ZLogger.MessagePack.Tests #463

Bump MessagePack from 2.5.129 to 2.5.187 in /tests/ZLogger.MessagePack.Tests

Bump MessagePack from 2.5.129 to 2.5.187 in /tests/ZLogger.MessagePack.Tests #463

Workflow file for this run

name: Build-Debug
on:
push:
branches:
- "master"
- "v2.0"
pull_request:
branches:
- "master"
- "v2.0"
jobs:
build-dotnet:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- run: dotnet build -c Debug
- run: dotnet test -c Debug --no-build