Skip to content

Bump MessagePack from 2.2.85 to 2.5.187 in /PackDB.Core #35

Bump MessagePack from 2.2.85 to 2.5.187 in /PackDB.Core

Bump MessagePack from 2.2.85 to 2.5.187 in /PackDB.Core #35

name: Built and Tested
on:
push:
branches: [ master ]
paths-ignore:
- '.github/**'
- '*.md'
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test