Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #104

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #104

Workflow file for this run

name: .NET
on:
push:
branches: [ "master" ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .Net SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
- name: Build
run: dotnet build -c Release