Skip to content

build(deps): Bump MessagePackAnalyzer from 2.5.172 to 2.5.187 in the all group #30

build(deps): Bump MessagePackAnalyzer from 2.5.172 to 2.5.187 in the all group

build(deps): Bump MessagePackAnalyzer from 2.5.172 to 2.5.187 in the all group #30

Workflow file for this run

name: Build and test
on:
pull_request:
branches:
- master
jobs:
build-test:
name: Build and test
strategy:
matrix:
include:
- os: windows-latest
- os: macos-latest
- os: ubuntu-latest
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: ${{ matrix.os }}
generate-build-number: false
conventional-commits-publish-conditions: false
enable-caching: false
additional-test-arguments: '--logger GitHubActions'