The platform that enables you to build rich, interactive communities
in
All Tags » VSTS (RSS)

Browse by Tags

  • Enable Debug Mode in Visual Studio

    From top menu, build –> Configuration Manager, then select “Debug”.
    Posted to snowcounty (Weblog) by rliang on 12-09-2007
  • TFSBuild Path

    TFSBuild is a commandline tool for VS Team System Build. You can use this tool in the build server. It produces the same result as VSTS Build, including get source, compile, drop … etc. To add path on the commandline, go to: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE TFSBuild take a couple...
    Posted to snowcounty (Weblog) by rliang on 06-27-2006
  • Daily Build vs. Build Promotion

    What does a good build do? A good build process must: 1. Be automated and repeatable i.e. never require human intervention to complete its work. Automation is essential to reap the benefits of the daily build. 2. Be portable to different computers and environments 3. Report the results of its operation...
    Posted to snowcounty (Weblog) by rliang on 06-26-2006
  • Team Build Error

    Lately I have been working on Team Build. There is one error I’d like to talk about: TF42056: The build service could not connect to the Team Foundation Server: TF30063: You are not authorized to access 11.11.11.11(some IP address). After digging into the problem, I discovered a couple of errors in team...
    Posted to snowcounty (Weblog) by rliang on 06-25-2006
  • Visual Studio Team System Overview

    Team Foundation is a set of tools and technologies that enable a team to collaborate and coordinate their efforts on building a product or completing a project. Enhanaced Communication and Collaboration VSTS make it easier to build a product, or complete a project. It is also ensures that no information...
    Posted to snowcounty (Weblog) by rliang on 06-23-2006
  • Continuous Integration with Team Foundation Server

    The main concept for Continuous Integration is to build a software product each time when any unit of the software cha With Continuous Integration, bugs can be located as soon as they come up and as early as they can be fixed with minimum costs. The development efforts are always done on a known stable...
    Posted to snowcounty (Weblog) by rliang on 06-22-2006
  • MSTest

    Continuous integration is a broad concepts. The core concept behind continuous integration is to automate source code check-in, build, unit test, and test result. Unit Test is a critical part in this process flow. To automate unit test, we have to configure test projects to run after a success build...
    Posted to snowcounty (Weblog) by rliang on 06-18-2006
  • Unit Test in VSTS

    To create unit test in your project from VSTS, right click on the class which you want to create unit test and select “Create Unit Test” . To run your test, compile your project and then open up your Test Manager window. You can run the test in debug mode or without using debug mode. You can enable code...
    Posted to snowcounty (Weblog) by rliang on 06-17-2006
Page 1 of 1 (8 items)