Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 332 Bytes

1-getting-started.md

File metadata and controls

13 lines (11 loc) · 332 Bytes

adding a console app as webjob to the website

  • make sure the file path correct, if you renamed the project folder
{
  "$schema": "http://schemastore.org/schemas/json/webjobs-list.json",
  "WebJobs": [
    {
      "filePath": "../Trenbe.Monitors.JobMonitor/Trenbe.Monitors.JobMonitor.csproj"
    }
  ]
}``