Skip to content

Bump TUnit from 1.44.0 to 1.58.0 #407

Bump TUnit from 1.44.0 to 1.58.0

Bump TUnit from 1.44.0 to 1.58.0 #407

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
env:
DOTNET_NOLOGO: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup dotnet
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
10.x
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v4.3.3
with:
versionSpec: '6.6.x'
- name: Calculate version
uses: gittools/actions/gitversion/execute@v4.3.3
- name: Build
run: ./build.sh