Skip to content

Emit warnings for C# interfaces #49

Emit warnings for C# interfaces

Emit warnings for C# interfaces #49

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
env:
Configuration: Release
steps:
- uses: actions/checkout@v3
- name: install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: build
run: dotnet build -bl:bin/build.binlog
- name: test
run: dotnet test --no-build --verbosity normal
- name: artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: artifacts
path: bin