Continuous Integration Tutorial
Continuous Integration Resources
Selected Reading
- CI - Best Practices
- CI - Deployment
- CI - Database
- CI - Inspection
- CI - Testing
- CI - Documentation and Feedback
- CI - Build Failure Notifications
- CI - Defining Tasks
- CI - Creating a Project in TeamCity
- CI - Checking in Source Code
- CI - Building On the Server
- CI - Build Scripts
- CI - Building a Solution
- CI - Requirements
- CI - Features
- CI - Version Control
- CI - Reducing Risks
- CI - Software
- CI - Overview
- CI - Home
Continuous Integration Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
CI - Building On the Server
CI - Building On the Server
下一个重要步骤是确保解决方案建立在建筑服务器之上。 第一部分是手工步骤,因为在使用持续一体化工具之前,我们首先必须确保以与客户机器相同的方式利用建筑服务器。 为此,我们必须采取以下步骤:
Step 1——向服务器提交整个解决方案文件。 我们建立了一个亚马孙神学院服务器,作为我们的建筑服务器。 因此,在服务器上向整个.Net服务器提供人工拷贝。
Step 2——确保这一框架出现在服务器上。 如果您在用户机器的4.Net框架中汇编了你的申请,那么你必须确保其安装在服务器上。 因此,要到您的服务器上C>:WindowsMicrosoft.NETFramework,并确保有理想的框架。
因此,它像我们一样,看到了一个错误。 持续融合方面有一个重要的教训,需要确保建筑工程建立在建筑服务器上。 为此,你需要确保在建筑服务器上安装所有先决条件软件。
对于Net,我们需要安装一个称为Visualroom Redistributable Tool的部件。 该一揽子计划载有在服务器上开发的.Net申请所需的所有必要档案。 因此,在建筑服务器上安装以下安装步骤。
Step 4 - Double-cpck the executable file tostart the facipties.
现在,我们可以看到,解决办法已经适当建立,我们也知道我们的基线项目是在服务器上正确建造的。
Advertisements