TFS

Showing posts with label TFS. Show all posts

It’s Tuesday again and I am back with the top news floating in Microsoft platform. Above the fold you will find the announcement of Universal Apps for One Windows Platform, Microsoft’s new web rendering engine, new apps announcement from Microsoft garage, Microsoft Band SDK for developers.

 

Don’t forget to share your opinions on these posts. Thanks to Microsoft for helping me to compose the “Microsoft Tuesday – Top News” post.

Published by on under Azure | Microsoft Band

Majority of the developers uses source control server as their project’s repository. SVN and TFS (Team Foundation Server) are one of them. If you are one of the user, you are already familiar with the Check-In and Check-Out process that we do from Team Explorer.

 

In some case, you may need to do the same from command prompt. Today, this post will cover how to Check-Out and Check-In files/folders from command prompts.

Published by on under TFS | Tips

Once you set up your TFS build server with an automated build, the big boss will ask you to publish the web project to the intermediate server each time a new build occurs. This might be for the testers to make sure that the code is working properly.

 

What to do? You analysed that, it will hamper your productivity. Isn’t it? Then what to do? Can we automate the build server to deploy the new code each time it succeeds? Let’s discuss it.

Published by on under TFS | Tips

Today while creating my first CI Build definition in the Visual Studio Team Foundation Server, I noticed that, though the Silverlight 5 SDK is installed in the server, I was unable to run the build. It was throwing an error message that says “The Silverlight 4 SDK is not installed”.

 

The issue was not actually with the Silverlight SDK and I found the solution after lots of analysis. In this post, I am going to share it so that, if you come across the same issue, it will be helpful.

Published by on under Silverlight | TFS