Photon-CI / Photon

An open-source .NET task platform designed for pipeline-as-code automation.
http://photon.ci
GNU General Public License v3.0
5 stars 5 forks source link

Agent Worker App #55

Open null511 opened 6 years ago

null511 commented 6 years ago

Replace current Application Domain functionality with a separate worker application. This will require migrating current remoting communication between Agent and user-process to use Photon.Communication library. This will also allow the future migration to .NET core, which does not support separate Application Domains.