This project is my skeleton project to build jobs using Quartz
and creating windows service using Topshelf
- .NET Framework 4.7.2
~/Config/Quartz.Service.Jobs.xml
: The jobs are configured here.- Quartz configuration is on
App.config
file inside<quartz>
tag. - You can use your favorites logger and DI framework.
~/Quartz.Service.exe install
: Create windows service~/Quartz.Service.exe uninstall
: Remove windows service