Skip to content

Bump dotnet/sdk from 8.0.303 to 8.0.401 #101

Bump dotnet/sdk from 8.0.303 to 8.0.401

Bump dotnet/sdk from 8.0.303 to 8.0.401 #101

Workflow file for this run

name: Build and test
on:
push:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET Core SDK 8.0.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore
- name: Build dotnet release
run: dotnet publish -c Release