Click here to Skip to main content
15,881,967 members
Everything / DevOps / Continuous Build

Continuous Build

continuous-build

Great Reads

by Stuart Wheelwright
How to produce and publish a NuGet package using AppVeyor, the free continuous build service
by Ravi K. Acharya
Third and final part of the step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus
by Ravi K. Acharya
The complete step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus.
by Sander Knape
Do you write integration tests? What about unit tests? I believe that more people say “Yes” to the second question than to the first. Which is kinda weird – for many applications, it really isn’t that hard to write integration tests. It might not even be necessary to setup yo

Latest Articles

by Ravi K. Acharya
Third and final part of the step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus
by Ravi K. Acharya
The complete step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus.
by Ravi K. Acharya
Second part of the step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus
by Sander Rossel
Azure WebJobs in .NET Core 2.1

All Articles

Sort by Score

Continuous Build 

11 Aug 2014 by Stuart Wheelwright
How to produce and publish a NuGet package using AppVeyor, the free continuous build service
14 Dec 2022 by Ravi K. Acharya
Third and final part of the step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus
20 Oct 2019 by Ravi K. Acharya
The complete step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus.
22 Sep 2016 by Sander Knape
Do you write integration tests? What about unit tests? I believe that more people say “Yes” to the second question than to the first. Which is kinda weird – for many applications, it really isn’t that hard to write integration tests. It might not even be necessary to setup yo
6 Mar 2018 by RickZeeland
Automating package downloads with a PowerShell script and the TeamCity REST API
12 Jan 2015 by Jacques Bosch
Grab a cup of your favorite poison - journeys are not usually quick, and neither is writing about them
12 Jan 2015 by Jacques Bosch
From Manual to Automated Deployment in 367 easy steps
16 Feb 2015 by Member 7915006
I am trying to implement Continuous Integration by using TFS for my .net projects.The Projects get build successfully in Visual Studio, but in TFS manual build it is giving Newtonsoft reference error.I am wondering, which server (build machine or TFS server) gets used for TFS build...
15 Mar 2015 by OriginalGriff
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.Try it yourself, you may find it...
4 Aug 2015 by Richard MacCutchan
Go to https://jenkins-ci.org/[^].
7 Jan 2016 by levelnis
Article discussing how to run a local Continuous Integration build via a Visual Studio shortcut key, with a focus on PSake
19 Mar 2016 by Tushar Tale
A decisive view whether we should adopt continuous integration
24 Feb 2016 by Sambit Jasu
We are trying to automate the "Jenkins" build when we push a change into the online GitBlit repository. We are using "TortoiseGit" for the pull/push operation between local and online repositories.What I have tried:As of now, we can manually trigger the build with Git plugin using...
1 Jul 2016 by JaiswalVineet
Hello there,Greetings from India,Here my things which I want to achieve and related problem statementUltimate goal : implement continuous integration(CI) using Jenkin and msbuild script on web application (asp.net with c#), its journey will end once it will be deployed on IIS...
1 Mar 2019 by Member 14167830
The continuous integeration pipeline fails wit the following error Unable to find D:\a\1\s\ApplicationTemplateTestCases\obj\Debug\netcoreapp1.1\testhost.dll. Please publish your test project and retry Can you please tell us the possible reasons for this issue? What I have tried: I have...
26 Jan 2022 by Member 14637786
Hello, so I have a question regarding running integration test project in Azure DevOps build pipeline. My solution has common EF Core Code-First approach with migrations and when I run the tests, it executes Migrate() method from EF Core which...
25 Feb 2021 by Unixquest
I wrote a pipeline in DSL where I have variables as: def mailidlist ="${mailid}" def bemailidlist="${BEmailid}" def pmailidlists = "${Pmailidlist}" Then I am using same variables in property/parameters: properties([ parameters([ ...
26 Jan 2022 by Sir CodesALot
I realize this extraordinarily late to the game, but I came across this blog post that demonstrates using a task in a pipeline yaml file to start the service on a Windows hosted agent:...
20 Oct 2019 by Ravi K. Acharya
Second part of the step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus
21 Oct 2015 by Olivia Glenn
Create meaningful version numbers that everyone - developers, testers, operations, managers, and even end-users - will find helpful
14 Mar 2016 by Larz White
C++ continuous integration setup using Travis CI, AppVeyor, CMake, and the Boost Test Library
7 Aug 2016 by Hitesh_Mistry
Explains continuous integration, continuous delivery and continuous deployment in Agile
15 Mar 2015 by Sergey Alexandrovich Kryukov
Please see my comments to the question and Solution 1.The valid answer for you would be: "sorry, I'm not competent enough".In addition to the simple fact that being honest is the only choice for a decent person, this is also the best strategy. Do you want to waste time and hurt your...
15 Mar 2015 by Member 11526409
I have been set this interview for an upcoming interviewQuestion: How to design a delivery pipeline that will take code from a developer and safely deliver it into production? Consider the following in your answer: - Source Control Systems - Levels of testing code (Unit Testing,...
4 Aug 2015 by Member 10962334
MSBuild plugin not getting displayed in available tab after installation of jenkins,so not able to install it.please suggest