Skip to content

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

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 #135

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --framework net6.0 --no-restore
- name: Test
run: dotnet test --configuration Release --framework net6.0 --no-restore --verbosity normal