Handling Continuous Integration

Handling continuous integration and delivery is the same general process as with a typical .NET application. There are multiple ways of handling building and deploying Znode.

CI/CD Integration

A typical CI/CD pipeline, as could be implemented with TFS, Jenkins, Travis CI, etc.

Diagram

 

A build and deploy pipeline like this is the most robust solution and recommended for large projects, projects with multiple members, or even smaller projects if the infrastructure exists and can be easily maintained.

Web Publish to Remote IIS

A less robust, but much simpler way to push code changes to remote environments is by using Visual Studio's Remote Deploy to IIS feature. See Microsoft's official documentation for more information.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.