Skip to content

Bump Quartz.Extensions.Hosting, Quartz.Extensions.DependencyInjection and Quartz #152

Bump Quartz.Extensions.Hosting, Quartz.Extensions.DependencyInjection and Quartz

Bump Quartz.Extensions.Hosting, Quartz.Extensions.DependencyInjection and Quartz #152

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Dotnet Build
run: dotnet build