Skip to content

Bump NServiceBus from 8.1.2 to 8.1.3 in /11-decomposition/src #623

Bump NServiceBus from 8.1.2 to 8.1.3 in /11-decomposition/src

Bump NServiceBus from 8.1.2 to 8.1.3 in /11-decomposition/src #623

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
env:
DOTNET_NOLOGO: true
jobs:
build:
name: Build on ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-20.04
name: Linux
fail-fast: false
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
- run: ./build.sh