Skip to content

Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 (#39) #45

Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 (#39)

Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 (#39) #45

name: Build and run tests
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-quality: 'ga'
- name: Build with dotnet
run: dotnet build -c Release
- name: Test with dotnet
run: dotnet test -c Release