Previously I have written couple posts for continuous integration series and this post is also part of it. Recently Microsoft has released ASP.NET Core 1.0. So in this post, we are going to see how we can do the continuous integration for ASP.NET Core application. I am going to use visualstudio.com...
Showing posts with label CI. Show all posts
Showing posts with label CI. Show all posts
Thursday, December 22, 2016
Wednesday, January 7, 2015
Continuous Integration Series–DotNetJalps
I have written couple of point related to Continuous Integration and this post will server as a list of posts related to continuous integration.
Why continuous integration is your friend?
Continuous integration with visualstudio.com and TFS
Continuous Integration with visualstudio.com,Unit Test(Test Driven Development) and TFS
Hope you like it. Stay tuned for lots more about Continuous Integration...
Saturday, December 27, 2014
Continuous Integration with visualstudio.com,Unit Test(Test Driven Development) and TFS
CodeProject
Before some time I have written a blog post about Continuous integration with visualstudio.com and TFS and It goes quite a good number visits and lots of people are asking for unit test integration with continuous integration too. Today one of colleague also asked for the same. I thought...
Sunday, December 14, 2014
Continuous integration with visualstudio.com and TFS
CodeProject
As a developer, we all are using some kind of source control provider to maintain versions of our source code. But another aspects of source control to is to make sure that code committed in source code repositories are perfect and it will not break the build of particular software. That’s why Continuous integration is very much popular this days.
What is Continuous Integration:
As...