This is the worker that will be running on the local machine.
-
For Windows run
dotnet publish worker_smarthome_local_server.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -
For Linux run
dotnet publish worker_smarthome_local_server.csproj -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=true -
For macOS run
dotnet publish worker_smarthome_local_server.csproj -c Release -r osx-x64 --self-contained true -p:PublishSingleFile=true