Continuous Integration/Continuous Deployment- DevOps
Here are the basics of CI/CD for beginners. It'll point out benefits, tools and flow of CI/CD. In the last section some useful links are mentioned for further learning on…
devops, CI, CD
Here are the basics of CI/CD for beginners. It'll point out benefits, tools and flow of CI/CD. In the last section some useful links are mentioned for further learning on…
Sharing common code which may help you to build CI/CD for your repository in Git . It consists of multiple stages in which it performs operations to - clean, build…
1. Download and save nuget.exe from https://www.nuget.org/downloads . 2. Create Manifest file using command : nuget.exe spec . After command execution it generates new file in same folder named as…
Version Control SystemIt is a system for storing and versioning of files. Storing revisions of files,directories and metadata of each version which defines Who make the changes, When file checked…