Sign in
|
Join
|
Help
Eran Ruso
עמוד הבית
טופס יצירת קשר
RSS 2.0
Atom 1.0
RSS-תגובות ב
חפש
תגיות
Agile Development
ALM
ALM User Group
Builds
Coded UI Test
Configuration Management
Custom Control
DEV
Documents Management
Email Alerts
Events
Expert Days
git
GUI Tests
Guides
Installation Guide
ITPRO
Kanban
Lab Management
Microsoft Test And Lab Management
MSProject
MTLM
MTM
New Features
NEWS
OFFTOPIC
Patch
Performance Testing
PL-SQL
Power Tools
Process Management
Process Template
Project Server
QA
Quality Assurance
Queries
Queries Guide
Reporting Services
SCM
SCRUM
Service Pack
SharePoint
Source Control
SP
Stress Test
SVN
Team Build
Team Build 2010
Team Build Process
Team Build Work Flow
team explorer
Team Explorer Everywhere
Team System
Team System 2008
Team System 2010
Team System Guide
TECH
teched_il
Test Management
Test Manager
Test Professional
Test Scribe
Testing
TFS
TFS 11
TFS 2008
TFS 2010
tfs 2010 guide
TFS 2012
TFS Administration
TFS API
tfs Error Troubleshoting
TFS Guide
tfs guides
TFS Upgrade
TFS2010
troubleshoting error
UI Tests
Unit Test
Update
Upgrade Guide
Video
Virtual Machine
Virtualization
Visual Studio
visual studio 2008
Visual Studio 2010
Visual Studio 2010 Architecture Tools
visual studio 2010 upgrade
Visual Studio 2012
VS 11
VS2010
VSTS2010
Web Access
Word
Work Item links
Work Items
work Items API
Work Items Guide
Xcode
ארכיון
May 2013 (1)
April 2013 (5)
March 2013 (5)
February 2013 (4)
January 2013 (11)
December 2012 (5)
December 2011 (1)
November 2011 (4)
October 2011 (4)
September 2011 (3)
August 2011 (3)
July 2011 (6)
June 2011 (4)
May 2011 (4)
April 2011 (3)
March 2011 (6)
February 2011 (4)
January 2011 (3)
December 2010 (10)
November 2010 (6)
October 2010 (3)
September 2010 (4)
August 2010 (6)
July 2010 (6)
June 2010 (8)
May 2010 (6)
April 2010 (8)
March 2010 (5)
February 2010 (9)
January 2010 (6)
December 2009 (11)
November 2009 (4)
October 2009 (2)
September 2009 (4)
August 2009 (8)
July 2009 (10)
June 2009 (4)
על הבלוג
ניווט
Home
All Posts
RSS
Popular Tags
Browse by Tags
All Tags
»
Team Build
»
TFS 2010
»
Team System 2010
(
RSS
)
Builds
Builds Guide
Configuration Management
DEV
ITPRO
Microsoft Test And Lab Management
MTLM
NEWS
Power Tools
Project Server
SCM
Team Build 2010
Team Build Process
Team Build Work Flow
Team System
TECH
TFS
TFS Administration
TFS Guide
tfs guides
Visual Studio 2010
Team Build 2010 Guide
20 March 11 12:43 PM
|
Eran Ruso
| with
no comments
I have been asked a few times about a Team Build 2010 guide. I have taught on writing one and then I have seen this grate guide written by Ewald Hofman : http://www.ewaldhofman.nl/post/2010/04/20/Customize-Team-Build-2010-e28093-Part-1-Introduction.aspx I have only read chapters 2 and 4 but I could see that this is a very serious guide. Ewald has done a very good job in covering all the important sections of the Team Build 2010, with very good explanations, step by step descriptions and good screenshots...
TFS 2010 SP1, Visual Studio 2010 SP1 and more…
11 March 11 07:54 AM
|
Eran Ruso
|
1 comment(s)
WOW!!! what a release!!! We have a LOT of new staff released this week… The Release list for this week and three more important Releases: TFS 2010 SP1 – My post on this release: “Visual Studio 2010 SP1 and TFS 2010 SP1–What’s New? (Summary)” , Public Download Visual Studio 2010 SP1 - My post on this release: “Visual Studio 2010 SP1 and TFS 2010 SP1–What’s New? (Summary)” , Public Download Load Test Feature Pack - Gives you unlimited Virtual Users in Visual Studio Ultimate Edition, on that in my next...
Team Foundation Build Extensions For Ant and Maven2
02 May 10 10:00 AM
|
Eran Ruso
| with
no comments
Java users that use the Ant or Maven2 for there Build Machines are now able to use the Team Foundation Build. There is a new release for the Team Foundation Build, in this release the Ant and Maven2 users can now run and have the results as part of the Team Foundation Build. You can download the Build Extensions here . Have Fun!!!
How To Configure Build Services To A Specific TFS 2010 Collection
25 January 10 11:04 AM
|
Eran Ruso
|
8 comment(s)
In TFS 2010 we use collections , collections act as different “Servers” that the team can use in order to create separation between different groups of projects . The build services can service one collection at a time. In order to change the collection that the Build Services is servicing do the following: Step 1: Launch the “Team Foundation Administration Console” Step 2: Choose the “Team Foundation Build Configuration” menu item You can see the collection that is being served at point 1. Step...
Team Build 2010 Beta 1 – The Build Process
20 August 09 05:20 PM
|
Eran Ruso
|
1 comment(s)
If you are working with the Team Build of Team System 2008 you are familiar with the buildproj.xml file that defines the build process. In Team Build 2010 the process is defined by “Windows Workflow Foundation” . Now instead of using the xml file, fight with the MSBuild syntax and its complex process logic, we now have a visual tool to create the process and we can easily control the logic flow of the build process using the process logic of the “Windows Workflow Foundation” that is much more intuitive...
Team Build 2010 Beta 1 Log File
01 July 09 08:53 AM
|
Eran Ruso
|
2 comment(s)
This morning when I worked with the Team Build 2010 Beta 1 I found a very nice surprise. I work a lot with the Team Build and when I have a problem with the build I go to the log file, some of you that have encountered this “Monster” log file know that it is a “killer” for the eyeballs, it is a very long notepad file that lists all the steps made by the build engine and all the errors it has encountered. You can see very short example of such a log at the end of this post. So what is so exciting...