Skip to content

Bump ServiceComposer.AspNetCore from 4.0.0 to 4.1.0 in /src #166

Bump ServiceComposer.AspNetCore from 4.0.0 to 4.1.0 in /src

Bump ServiceComposer.AspNetCore from 4.0.0 to 4.1.0 in /src #166

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
env:
DOTNET_NOLOGO: true
jobs:
build:
name: Build and test on ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-20.04
name: Linux
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: 8.0.x
- name: Build solution
run: dotnet build "src/welcome-to-the-state-machine-demos.sln" --configuration Release