Topshelf-Quartz
Topshelf-Quartz copied to clipboard
A super simple example of Quartz + Topshelf + Serilog
Quartz + Topshelf + Serilog
A simple example of using Quartz inside Topshelf with Serilog.
Quickstart Windows
dotnet restore
dotnet build
dotnet build -c Release
cd bin/Release/net461
.\quartz-topshelf.exe install --autostart
Uninstall
.\quartz-topshelf.exe uninstall
Notes
- Logs are saved to "%TEMP%/logs/myapp.txt"
Quickstart Linux
vagrant up
vagrant plugin install vagrant-vbguest
vagrant reload
vagrant ssh