- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 246字
- 2021-07-02 15:42:10
Automation
Depending on what you're used to, I've got some bad news for you. When doing CI, the command line is your best friend. Personally, I see the need for a command line, but I don't like it one bit. It requires way too much typing and memorization for my taste. Anyway, Linux users rejoice and spoiled Windows users get ready for a trip back to the 80s when user interfaces had yet to be invented. However, we're going to automate a lot, and that will be the computer's job. Computers don't use user interfaces. So, while you hit F5 in Visual Studio and compile your code, your build server needs to know it should run MSBuild with some parameters, such as the location of your solution or the msbuild file.
Luckily, most tools have some form of command-line interface. Whether you are working with .NET, JavaScript, Java, SQL Server, Oracle, or any language or tool, you can always run it using a command line. Throughout this book, we will use various tools and I do not think we will use any of them without using the command line as well. In fact, the command line seems to be back (although, was it ever really gone?). Various tools, such as NodeJS, npm, and MongoDB, are used through the command line. Furthermore, we will see tools, such as MSBuild, MSTest, and NuGet, that all work from the command line (or from a single click in your IDE).
- 極簡算法史:從數(shù)學(xué)到機(jī)器的故事
- 面向STEM的Scratch創(chuàng)新課程
- Oracle數(shù)據(jù)庫從入門到運維實戰(zhàn)
- Mastering Xamarin.Forms(Second Edition)
- Swift 4從零到精通iOS開發(fā)
- Building Wireless Sensor Networks Using Arduino
- Django 3.0入門與實踐
- Fast Data Processing with Spark(Second Edition)
- Swift 2 Design Patterns
- Python深度學(xué)習(xí):基于PyTorch
- VMware vRealize Orchestrator Essentials
- 多接入邊緣計算實戰(zhàn)
- Switching to Angular 2
- Learning WebRTC
- Yii框架深度剖析