blob: b6e0fc8c066eb171afb5e0363523ac9dc43d6336 [file] [log] [blame]
name: C# Build
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
jobs:
c_sharp:
name: "C# (ubuntu-18.04)"
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
5.0.x
6.0.x
- name: Build artifacts
working-directory: ./csharp
run: |
dotnet --version
dotnet build