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