Git Deployment, Solution with multiple projects, console, DLL, etc.

Discussion in 'Getting started' started by NPDDev, Mar 22, 2016.

Tags:
  1. Hello, not sure if I fully understand how the git deploy works. My solution contains several projects but with one ASP.NET application. Will the Git deploy feature figure out that the web app will be built and deployed to the site after git push?
     
  2. Frankc

    Frankc Everleap staff

    I have not tested GIT with multiple projects. I did some research and it seems like it can be done but it is awfully complicated.

    You might be better off to host your GIT repo locally (or GITHub) and use web deploy to push your site to production.
     
    mjp likes this.

Share This Page