Skip to content

Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.1 #38

Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.1

Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.1 #38

Workflow file for this run

name: CI
on:
push:
branches:
- feature/**
pull_request:
branches:
- develop
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: dotnet build -c Release
- name: Unit Test
run: dotnet test -c Release --no-build