Sign in
Nagaraju Palla's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
February 2006
(1)
January 2006
(3)
November 2005
(9)
October 2005
(13)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Nagaraju Palla's WebLog
Properties and targets defined in TeamBuild process (Microsoft.TeamFoundationBuild.targets only)
Posted
over 8 years ago
by
Nagaraju Palla
2
Comments
We have comprehensive inline documentation for the properties defined in TfsBuild.proj file. These are very commonly used properties. There are several additional properties and overridable targets defined in TeamBuild targets file ( Microsoft.TeamFoundationBuild...
Nagaraju Palla's WebLog
Features enabled by installing VSTS or VSTT on TeamBuild machine
Posted
over 8 years ago
by
Nagaraju Palla
0
Comments
Users will need to install Visual Studio Team Test edition (VSTT) or Visual Studio Team System edition (VSTS) along with TeamBuild to enjoy the complete feature set offered by TeamBuild. Here are some important features enabled by installing VSTT...
Nagaraju Palla's WebLog
Building binaries targeting .NET 1.1 and .NET 1.0 in TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
11
Comments
There are two approaches for building binaries targeting .NET 1.1 and .NET 1.0 in TeamBuild. Approach# 1 1. Upgrade VS2003/VS2002 project files to VS2005 using VS2005 upgrade wizard. 2. Install the msbuild toolkit from here . This toolkit...
Nagaraju Palla's WebLog
Incremental Builds using TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
0
Comments
Performing incremental builds in TeamBuild is very straight forward. Here are some details on how to get it setup: Create the build type that you would want to do incremental builds with and perform the first build. This will create the required...
Nagaraju Palla's WebLog
Publishing Web Sites in TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
2
Comments
We have been seeing a huge customer request on how to publish a website in TeamBuild build process. Below, I have attempted to detail what I did to get this to work. This should help you get started! I started with the goal of creating a virtual...
Nagaraju Palla's WebLog
Examining Get Task in TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
9
Comments
TeamBuild implemented ‘Get’ task for syncing sources. This task is same as ‘tf get’ , the command line utility to sync sources. Properties Supported by Get Task Workspace The workspace used to get sources Version ...
Nagaraju Palla's WebLog
Publishing Test Results in TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
0
Comments
Few weeks ago, I worked with TSDT product team in setting up infrastructure for publishing test results into our TeamBuild dogfood server. This is one of the coolest features offered by TeamBuild and TSDT integration. The thought behind this feature was...
Nagaraju Palla's WebLog
Building Default ASP.NET Projects in TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
2
Comments
There are few things to note while evaluating ASP.NET projects under TeamBuild. We had several instances of our customers selecting ‘Any CPU’ configuration while building default ASP.NET web projects. By ‘default’ I mean, an ASP.NET project that is created...
Nagaraju Palla's WebLog
Create Workitems for Test Failures in TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
0
Comments
Currently, TeamBuild does not have out of the box support to create workitems for test failures. I’ve attempted put some details below since this is a common request for several of our customers. I t might look complicated if you are going to skim through...
Nagaraju Palla's WebLog
Building PGO Builds using TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
0
Comments
One of the enhancements in C++ compiler space for Whidbey is building Profile-Guided Optimized (PGO) builds. Profile-guided optimization lets you optimize an output file, where the optimizer uses data from test runs of the .exe or .dll file. The data...
Nagaraju Palla's WebLog
Improvements from Beta2 to Beta3 in TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
0
Comments
1. We have now included a command line utility to manage builds. It is called TfsBuild.exe can be located at %ProgramFiles%\Microsoft Visual Studio 8\Common7\IDE. It is available in Build Machine SKU and Team Foundation Client SKU. Here is the screenshot...
Nagaraju Palla's WebLog
Using Web References in ASP.NET projects from TeamBuild
Posted
over 8 years ago
by
Nagaraju Palla
0
Comments
Recently, I had an opportunity to answer couple of customer questions on building web sites with references under TeamBuild. Here are the details: If the user is using project-to-project (P2P) reference approach to reference a project in ASP.NET...
Nagaraju Palla's WebLog
Who am I?
Posted
over 8 years ago
by
Nagaraju Palla
2
Comments
Finally, I’m getting there! I’ve been reading blogs of my friends and esteemed colleagues and I’m excited about them. It is definitely a great way of sharing thoughts, emotions and connecting people. I’ve been reading an article on how to write for living...
Page 1 of 1 (13 items)