Skip to content

Bump actions/setup-dotnet from 3 to 4 #73

Bump actions/setup-dotnet from 3 to 4

Bump actions/setup-dotnet from 3 to 4 #73

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