Skip to content

Fixes #18 Add option to disable Hangfire server #55

Fixes #18 Add option to disable Hangfire server

Fixes #18 Add option to disable Hangfire server #55

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build --configuration Release