Skip to content

SIR-3153 remove incompatible package with MassTransit 8.1 #219

SIR-3153 remove incompatible package with MassTransit 8.1

SIR-3153 remove incompatible package with MassTransit 8.1 #219

name: Validate commit
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build
run: dotnet build --configuration Release