Home
|
All Posts
|
RSS
|
Popular Tags
|
Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
.NET
.NET 3.5
.NET 4
Agile
ALM
ALM user group
Architecture
Azure
Beta
Build
Builds
Builds Guide
Check-in Policy
Code Metrics
CodePlex
Configuration Management
DEV
Development
Events
ITPRO
Load
Load Test
Microsoft Test And Lab Management
Microsoft Test Manager
Modeling
MSBuild
MTLM
NEWS
OFFTOPIC
Performance
Power Tools
PowerTools
Process Template
Project Server
Questions
Reports
SCM
Scrum
Scrum 3.0
Sela Group
Source Control
Team Build 2010
Team Build Process
Team Build Work Flow
Team Explorer Everywhere
Team System
Team System 2010
Testing
TFS
TFS 11
TFS 2010
TFS 2010 Reports
TFS Administration
TFS API
TFS Build
TFS Builds 2010
TFS Guide
tfs guides
TFS Utilities
Tools
UITypeEditor
Unit Test
Visual Studio
Visual Studio 11
Visual Studio 2010
visual studio for tester
VS 11
VS2010
WebTest
WF 4.0
Win Forms
WinForms
Work Items
Workflow
WorkItem Tracking
WPF
The Git Hole
Tweet I consider myself a calm person with plenty of tolerance, I believe in productive discussion and love it – Part of my job as a consultant is to talk with Teams and explain them why you should choose a specific product over another, in 99.9% of those meetings there is one guy that don’t like the change (No One Like Changes) and you need in a calm way to explain and show him the benefits of the new tool – Forcing someone to do something is never a good thing. But sometimes there is no wining...
01-25-2012 9:31
by
shair
to
Shai Raiten
תגים:
.NET
,
Team Build
,
TFS
,
WorkItem Tracking
,
Development
,
Work Items
,
Testing
,
Visual Studio
,
Process Template
,
Reports
,
Source Control
,
TECH
,
DEV
,
ITPRO
,
Questions
,
Scrum
,
Visual Studio 2010
,
Architecture
,
Team System 2010
,
TFS 2010
,
Scrum 3.0
,
Modeling
,
ALM
,
Agile
,
Visual Studio 11
TFS API Part 40–Build Service Host
Tweet First, what is the Build Service Host or IBuildServiceHost ? The BuildServiceHost object represent the physical location of the Controller and/or Agent objects. The name property is usually the machine name that the Controller or Agent lives on. In earlier versions, this was simply the Machine Name property on the Agent. Now, I’m working with a customer works with Lab Manager and after upgrading the SCVVM and perform some port changes we faced an issue – The Build Service Host stuck in your...
11-14-2011 14:15
by
shair
to
Shai Raiten
תגים:
.NET
,
Team Build
,
TFS
,
TFS Administration
,
TFS Utilities
,
Development
,
TECH
,
DEV
,
TFS API
,
Visual Studio 2010
,
TFS 2010
,
.NET 4
הצצה ל–Team Build 11 ולניהול בילדים ב–Team Explorer 11
מה השתנה לנו ב – Team Build 11? האמת שלא הרבה, השינוי הגדול יותר בה מכיוון ממשק ניהול הבילדים שהוא למעשה חלק מה – Team Explorer החדש. בפוסט הזה אני רוצה להדגים יצירת בילד חדש והרצה שלו. צעד 1: נכנס לאזור הבילדים מה – Team Explorer ניתן לראות שממשק הבילדים שונה לגמרי ממה שאנחנו רגילים לראות. ב – My Builds אני יוכל לראות את כל הבילדים שהרצתי או מריץ עכשיו ב – Favorite Build Definitions צעד 2: ניכנס ל – Manage ול – Controllers על מנת לנהל את ה – Controllers וה – Agents צעד 3: ניכנס ל ...
11-07-2011 9:37
by
Eran Ruso
to
Eran Ruso
תגים:
DEV
,
TECH
,
Builds
,
Team Build
,
NEWS
,
TFS 11
,
VS 11
Windows Azure - Back To The Future
Last week I was looking for solution how to Build and publish Windows Azure package during Team Build. I found this msdn reference that headline says it was Updated: June 20, 2012 … (While writing this post it still there …) Happy Building .
09-09-2011 16:22
by
BaruchF
to
Baruch Frei
תגים:
OFFTOPIC
,
Team Build
,
MSBuild
,
Tech
,
Azure
Workflow Designer Patch
Everyone who works with workflow designer (and if you are TFS Build Developer – you do it a lot ) encounter the problem with Workflow Designer slowness and crashes (happened to me like 20 times today ) . Today, Microsoft announce a patch for that ! This patch includes fixes to ASP.Net & Silverlight as well and other 35 issues and 6 features as you can find in KB 2468871 . Read more in Buck Hodges post . Grab it from Here . Happy Building.
08-09-2011 20:58
by
BaruchF
to
Baruch Frei
תגים:
TFS
,
ITPRO
,
DEV
,
VS2010
,
Team Build
,
Performance
,
Tech
,
Workflow
Using Microsoft's UITypeEditors With The OOTB List<T> Editor
This post is a sequel to a previous post - The TFS Build Definition List<T> OOTB UITypeEditor. In my previous post I showed how easy and cheep it is to use the TFS’s build definition OOTB “List<T>” editor. We even saw that if we use enum’s or Boolean's the “List<T>” editor’s properties grid gives us drop-down editors for them, but what if we want to use more advanced editors; such as the “ServerFileBrowserEditor” to select a project from the source control or the “PlatformConfigurationListEditor...
07-19-2011 15:23
by
Oshry Horn
to
Oshry Horn
תגים:
Team Build
,
Team System
,
TFS
,
Tech
,
TFS 2010
,
Team System 2010
,
TFS Builds 2010
,
Team Build 2010
,
UITypeEditor
,
Win Forms
,
TFS Build
,
WinForms
,
MSBuild
The TFS Build Definition List<T> OOTB UITypeEditor
A while back I came a problem: I needed to build for a client an activity that runs on an unknown number of projects and builds them with DevEnv 2005/2008/2010. I needed to create an editor that allows the user to select projects to be built in DevEnv and additional properties for each project such as “DevEnv version” and “Configuration to build”. The problem was that I had very little time to do this. This is where my good friend Baruch Frei came into the picture; He informed me that when...
07-14-2011 9:45
by
Oshry Horn
to
Oshry Horn
תגים:
Team Build
,
Team System
,
TFS
,
Tech
,
TFS 2010
,
Team System 2010
,
TFS 2010 Reports
,
TFS Builds 2010
,
Team Build 2010
,
UITypeEditor
,
Win Forms
,
TFS Build
,
WinForms
,
MSBuild
Community TFS Build Extensions
CodeProject Yesterday (4/6/2010) the Community released 100 Activities / Actions for TFS 2010, here is some of the new activities Download Page Code Quality : CodeMetrics, NUnit, StyleCop Web : Iis7Website,Iis7AppPool,Iis7Binding,Iis7Application Communication : Email Compression : Zip Virtualization HyperV - An activity to perform HyperV operations within a TFS 2010 build Valid Action values are: Start, Shutdown, Turnoff, Pause, Suspend, Restart, Snapshot, ApplyLastSnapshot, ApplyNamedSnapshot VirtualPC...
07-05-2011 16:36
by
shair
to
Shai Raiten
תגים:
.NET
,
Team Build
,
Development
,
CodePlex
,
TECH
,
DEV
,
Visual Studio 2010
,
Team System 2010
,
.NET 4
Visual Studio ALM Video & Two Updates for TFS/VS You Should Install
CodeProject Some news for Visual Studio 2010, I’ll start from several updates you should to apply on you TFS and Visual Studio. KB - TFS 2010 SP1 Cumulative Update 1 – KB2536929 This is the first Update from Microsoft since SP1, and the new concept from Microsoft is to release hot fixes for critical bugs, every once in a while when the development team feels they have critical mass of fixes they will publish new Update includes all hot fixes. – So make sure your Visual Studio and TFS are up to date...
06-28-2011 11:31
by
shair
to
Shai Raiten
תגים:
Team Build
,
TFS
,
TFS Administration
,
Development
,
Testing
,
Source Control
,
TECH
,
DEV
,
ITPRO
,
TFS API
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
Microsoft Test Manager
TFS API Part 38 – Create Label
In my last post on TFS API I summarize in Index Page include 37 parts - http://blogs.microsoft.co.il/blogs/shair/archive/2011/05/18/tfs-api-index-parts-1-to-37.aspx And I coming back with more about TFS API, and Today about how to create Label using TFS API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: First add reference for Microsoft.TeamFoundation.dll Microsoft.TeamFoundation.Build.Client Microsoft.TeamFoundation...
06-14-2011 11:16
by
shair
to
Shai Raiten
תגים:
.NET
,
Team Build
,
TFS
,
Development
,
Source Control
,
TECH
,
DEV
,
TFS API
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
.NET 4
,
ALM
Page 1 of 6 (51 items) 1
2
3
4
5
Next >
...
Last »