DCSIMG
Builds - Eran Ruso
Sign in | Join | Help

Browse by Tags

רשמים מהכנס היום במיקרוסופט: “A New Level of Agile Development with VS2012”
18 March 13 03:25 PM | Eran Ruso | with no comments
היום היה הכנס בו הרצתי בשניים מיתוך ארבעת ההרצאות. לכנס הגיעו כ – 150 אנשים שנהנו מארבעה הרצאות מקצועיות . בהרצאה הראשונה של רונן בר נאור דיבר רונן על מהם המאפיינים של ארגון אג’ילי, אני מאוד נהניתי מההרצאה אני חייב להודות שלא עם כול מה שנאמר בהרצאה הסכמתי אך יחד עם זאת למדתי כמה דברים חדשים. את ההרצאה השנייה אני העברתי , בהרצאה ניסיתי ליצור שפה משותפת ולהסביר בקווים כלליים מה זה SCRUM ומה זה Kanban, לאחר הסבר קצר הראיתי איך ניתן בעזרת כלי מיקרוסופט לנהל SCRUM ו – Kanban. את ה – Kanban הראיתי על ה...
בעיה כאשר מעדכנים את ה–Build 2012 ל–Update 1
30 December 12 12:02 PM | Eran Ruso | with no comments
כאשר מעדכנים את הבילד ל – Update 1 ישנם מיקרים בהם מקבלים שגיאה: מה שצריך לעשות כדי לפתור את הבעיה זה בסה”כ לבצע Recycle ל – TFS על ידי הפקודות הבאות: iisreset net stop tfsjobagent net start tfsjobagent יש להריץ את הפקודות על ה – Application Tier בה בצענו את העדכון תיהנו!!!
הצצה ל–Team Build 11 ולניהול בילדים ב–Team Explorer 11
07 November 11 09:37 AM | Eran Ruso | with no comments
מה השתנה לנו ב – Team Build 11? האמת שלא הרבה, השינוי הגדול יותר בה מכיוון ממשק ניהול הבילדים שהוא למעשה חלק מה – Team Explorer החדש. בפוסט הזה אני רוצה להדגים יצירת בילד חדש והרצה שלו. צעד 1: נכנס לאזור הבילדים מה – Team Explorer ניתן לראות שממשק הבילדים שונה לגמרי ממה שאנחנו רגילים לראות. ב – My Builds אני יוכל לראות את כל הבילדים שהרצתי או מריץ עכשיו ב – Favorite Build Definitions   צעד 2: ניכנס ל – Manage ול – Controllers על מנת לנהל את ה – Controllers וה – Agents   צעד 3: ניכנס ל ...
נגמר ה–Expert Days אז מה היה לנו?
17 July 11 01:52 PM | Eran Ruso | with no comments
שבוע שעבר היה את ה – Expert Days של חברת E4D, אני העברתי שני סדנאות בשבוע זה: 1. Build and Deployment automation with Visual studio 2010 ב – 11.07.2011 2. Unit Test Coded UI Test and everything between ב – 12.07.2011 אני רוצה להודות לכל מי שהשתתף בסדנאות שלי, אני חייב לציין שגם אני למדתי דבר או שניים חדשים מהמשתתפים. כמו כן אני רוצה לשתף אתכם במצגות שהעברתי, ניתן להוריד את המצגות מהלינקים הבאים: סדנאת הבילדים סדנאת האוטומציה תודה לכולם, תיהנו!!!
טופולוגיות של סביבת בילדים אוטומטיים
10 July 11 11:36 AM | Eran Ruso | with no comments
הרבה פעמים אני נתקל בשאלה של איזה טופולוגיה מתאימה לי כאשר אני מכין את סביבת הבילדים האוטומטיים. לכל ארגון צריך להיות לפחות מכונת בילדים אחת (Build Machine). בעבר פרסמתי פוסט על מהי מכונת בילדים טובה אותו ניתן לקרוא בלינק הבא: http://blogs.microsoft.co.il/blogs/eranruso/archive/2009/06/30/what-is-a-good-build-machine.aspx אך מהי הטופולוגיה המתאימה עבור הארגון? התשובה היא לא חד משמעית ותלויה בצרכי הארגון לכן חילקתי את התשובה לשני סוגי ארגונים, גדול וקטן כך שכל אחד יוכל למצוא את הטופולוגיה המתאימה...
How To: Disable The Binaries Folder In Team Build 2010
06 April 11 08:42 AM | Eran Ruso | with no comments
I have been asked this questions more than once… One of the cases I would like to disable the Binaries folder is: You have your projects target there outputs to custom folders and you have other projects consume the products from these custom folders. So what is the problem? What the Team Build is doing is trying to send all the products of the projects to one central folder, the Binaries folder. In order to disable this behavior all you need to do is the following: Step 1: Open the Build Template...
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...
Web Deploy Using Team Build 2010
27 February 11 07:19 PM | Eran Ruso | with no comments
I had a few projects recently that required me to do a web deployment. What I have used was the Deployment project that you can create in Visual Studio but you can also use the Team Build abilities to do the Web Deployment. I have just read a great post explaining how to do it posted by Simon Timms that you can read in the following link: http://blog.simontimms.com/2010/12/web-deployment-in-tfs-build.html Have Fun!!!
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...
What Is A Good Build Machine?
30 June 09 10:52 AM | Eran Ruso | 4 comment(s)
When I come to work with customers on builds first I ask where the build machine is. Most chances that I will get one of the following three answers: It is on my Team System server. It is on my computer. It is on one of the developers computer. All three situations are wrong when it comes to build machines. What is a good build machine and where to install it? My opinion is to put it on a “clean” computer that has no more then the minimum that is required for the compilation of the application and...
תגים:,