Skip to content

Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 (#36) #40

Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 (#36)

Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 (#36) #40

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@v4
- name: Set up .NET
uses: actions/setup-dotnet@v4
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