Running dotnet command through bash scripts in a task

How to run dotnet project in nomad using tasks in a job of type : Batch ?

Hi @shoryavj! You can run .NET applications the same as you would any other batch task: by the Docker, exec, or raw_exec driver depending on which OS platform you’re deploying to.