Skip to content

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 #41

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 #41

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