Skip to content

Update build to use ubuntu (#549) #183

Update build to use ubuntu (#549)

Update build to use ubuntu (#549) #183

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
permissions:
contents: read
env:
DOTNET_NOLOGO: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 3.1.x
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v4
with:
versionSpec: 6.x
- name: Calculate version
uses: gittools/actions/gitversion/execute@v4
- name: Build
run: ./build.sh