-
[TEAMBUILD2010] HowTo: Clean the local cache in Visual Studio 2010 for Team Build assemblies
Good, quick tip to close the day. If when you edit definitions of Team Build 2010 with Visual Studio 2010, you begin to have strange errors, and close Visual Studio 2010, there are problems of performance, etc.; or even you see a message like the following: ————————— Microsoft Visual Studio ————————— Team Foundation Error Access to the path ‘C:\Users\… — read more
-
[TEAMBUILD2010] HowTo: Limpiar la cache local de Visual Studio 2010 de ensamblados de TEam build
Buenas, quick tip para cerrar el día. Si cuando editas definiciones de Team Build 2010 con Visual Studio 2010, comienzas a tener errores extraños, como que se cierra Visual Studio 2010, hay problemas de performance, etc.; o inclusive ves un mensaje como el siguiente: —————————Microsoft Visual Studio—————————Team Foundation Error Access to the path ‘C:\Users\<user>\AppData\Local\Temp\VSTFSBuild5c59aa7-5b4b-4287-9eaf-d3ac8851314c\Microsoft.StyleCop.CSharp.dll’ is… — read more
-
[# TEAMBUILD2010] HowTo: Configure a build controller to to load custom assemblies from a SCC directory
Good, today is to give a bit of detail on one of the changes that facilitate us life with Team Build 2010: the ability to configure a directory in the Source Control from which it will be assembled with activities customized for the implementation of Team Build processes. For this access to the configuration of… — read more
-
[#TEAMBUILD2010] HowTo: Configurar un build controller para que pueda cargar ensamblados desde un directorio del SCC
Buenas, hoy toca dar un poco de detalle sobre una de los cambios que nos facilitan la vida con Team Build 2010: la capacidad de configurar un directorio del Source Control desde el cual se cargarán ensamblados con actividades personalizadas para la ejecución de los procesos de Team Build. Para esto accedemos a la configuración… — read more
-
[TEAMBUILD2010] HowTo: Perform code analysis with StyleCop in Team Build 2010
Good, After commenting on the launch of the first version of tfs build extensions to Team build 2010, because today is detailed step by step to one of the custom have released, join a Team Build definition. In this case, an analysis of code withStyleCop after compiling a project or solution. Tutorial 1. Download and install StyleCop, from its CodePlexproject site: http://stylecop.codeplex.com/. In… — read more
-
[TEAMBUILD2010] HowTo: Realizar análisis de código con StyleCop en Team Build 2010
Buenas, después de comentar el lanzamiento de la primera versión de las Tfs Build Extensions para Team build 2010, pues hoy toca detallar el paso a paso para incorporar una de las actividades custom que se han liberado, a una definición de Team Build. En este caso, realizar un análisis de código con StyleCop luego… — read more
-
[TFS2010] HowTo: Configure more than one Build Controller on the same computer
Good, Team Foundation Server 2010 radically changed the architecture of Team Foundation Server. Introduced the concept ofteam Project collection, and element for organizing and grouping Team Project, as well as providing the capability to isolate content and facilitate the process of backup and overall maintenance of Team Foundation Server. Other major appearances was related to Team Build 2010,… — read more
-
[TFS2010] HowTo: Configurar más de 1 Build Controller en el mismo ordenador
Buenas, en Team Foundation Server 2010 se cambió radicalmente la arquitectura de servidor de Team Foundation. Se introdujo el concepto de Team Project Collection, como elemento para organizar y agrupar Team Project, además de brindar la capacidad de aislar contenidos y facilitar el proceso de backup y mantenimiento general de Team Foundation Server. Otra de… — read more
-
[TFS2010] HowTo: Convertir un Branch en una carpeta
Buenas, hoy me pasó una de esas cosas curiosas, pues alguien me preguntó como se podía volver a convertir a un folder un Branch trabajando con Visual Studio 2010 y Team Foundation Server 2010. Para que quede claro repasemos el estado del que partimos: – Hemos creado un directorio dentro de nuestro Source Control, por… — read more
-
[TFS2010] HowTo: Upgrade service in TFS2010 user’s password
Good, in Team Foundation Server 2005 and Team Foundation Server 2008 if they used a service account with a user that the password caducaba you, as the update of the associated services was a sensitive issue. On the one hand it was necessary to upgrade all Windows services associated to this account, and also we should… — read more
-
[TFS2010] HowTo: Actualizar la contraseña del usuario de servicio en TFS2010
Buenas, en Team Foundation Server 2005 y Team Foundation Server 2008 si se utilizaba una cuenta de servicio con un usuario al que le caducaba la contraseña, pues la actualización de los servicios asociados era un tema delicado. Por un lado era necesario actualizar todos los servicios de Windows asociados a esta cuenta, y además… — read more
-
[TFS2010] HowTo: Limit the size of a Team Project Collection
Good, recently asked me on twitter @ elbruno if it was possible to limit size in GB for a Team Project Collection in Team Foundation Server 2010. This is not really possible from Team Foundation, but as a TPC corresponds to a DB in SQL Server, then something can do in this regard. For example, if you… — read more
-
[TFS2010] HowTo: Limitar el tamaño de una Team Project Collection
Buenas, hace poco me preguntaban por twitter @elbruno si era posible limitar el tamaño en GB para una Team Project Collection en Team Foundation Server 2010. Esto en realidad no es posible desde Team Foundation, pero como una TPC se corresponde con una DB en SQL Server, pues algo se puede hacer al respecto. Por… — read more
-
[TFS2010] HowTo: Recover a BackUp for Team Foundation
Good, After seeing how to create a BackUp plan, such as launching a BackUp manually; comes time to retrieve data based on a BackUp. The following steps show how to perform this action. Tutorial 1 Launch the Team Foundation Server 2010management console. 2 Select [Restore Databases]. This will launch the Restore Wizard. 3. At this point we will see the form… — read more
-
[TFS2010] HowTo: Recuperar un BackUp de Team Foundation
Buenas, después de ver como crear un plan de BackUp, como lanzar un BackUp manualmente; llega el momento de recuperar los datos basados en un BackUp. Los siguientes pasos muestran como realizar esta acción. Tutorial 1. Lanzar la consola de Administración de Team Foundation Server 2010. 2. Seleccionar la opción [Restore Databases]. Esto lanzará el… — read more
-
[TFS2010] HowTo: use Custom Path CheckIn Policy
Good, I always recommend using 2 checkin policies when working with Visual Studio and Team Foundation: add comments and interact with one or more WorkItems checkin. This small rule helps us to have traceability between the history of all the elements in the source control, with the elements of work (tasks, bugs, etc) of TFS so… — read more
-
[TFS2010] HowTo: utilizar Custom Path CheckIn Policy
Buenas, siempre recomiendo utilizar 2 políticas de checkin cuando trabajamos con Visual Studio y Team Foundation: agregar comentarios y relacionar el checkin con uno o más WorkItems. Esta pequeña regla nos ayuda a tener trazabilidad entre el histórico de todos los elementos en el source control, con los elementos de trabajo (tareas, bugs, etc) de… — read more
-
[TFS2010] HowTo: Export feedback generated with SketchFlow to an element of Team foundation
Good, If you commented that expression blend is an excellent product not tell you anything new. If you also like the look and colors of WPF or Silverlight, secure pos them know very well. Now if you above take the work make your prototypes with Sketchflow, as it is to dream it. Because in addition to being an excellent prototyping… — read more
-
[TFS2010] HowTo: Exportar feedback generado con SketchFlow a un elemento de Team foundation
Buenas, si te comento que Expression Blend es un excelente producto no te cuento nada nuevo. Si además te gusta el pinta y colorea de WPF o Silverlight, pos seguro que los conoces muy bien. Ahora bien si encima te tomas el trabajo de realizar tus prototipos con Sketchflow, pues ya es para soñarlo. Porque… — read more
-
[TFS2010] HowTo: Manually launch a backup on a Team Foundation Server 2010
Good, a few days ago I told you how to create a definition of BackUp for all content that works Team Foundation Server. In this post, I will comment on the steps to manually launch a BackUp to a server. 1 Launch the Team Foundation Server Management Console 2 Select the node [Server / / Application Tier… — read more