Skip to content

move common props to Directory.Build.props #17

move common props to Directory.Build.props

move common props to Directory.Build.props #17

Workflow file for this run

name: Build and test
on:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
build:
name: Build and test Lombok.NET
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Build
run: dotnet build -c Release
- name: Run tests
run: dotnet test Lombok.NET.Test/Lombok.NET.Test.csproj -c Release --no-build