Sign In
Jason Prickett's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Extensibility
PowerShell
Sidebar
Team Build
Vista
VSTS 2010
WinForms
Workflow
WPF
Archive
Archives
January 2012
(1)
August 2011
(2)
April 2011
(4)
February 2011
(1)
January 2011
(1)
December 2010
(1)
November 2010
(1)
August 2010
(1)
July 2010
(1)
April 2010
(1)
March 2010
(2)
February 2010
(1)
January 2010
(3)
December 2009
(5)
June 2009
(1)
May 2009
(2)
April 2009
(1)
January 2009
(2)
September 2008
(1)
August 2008
(1)
May 2008
(2)
April 2008
(1)
January 2008
(2)
December 2007
(1)
November 2007
(3)
October 2007
(2)
August 2007
(1)
July 2007
(1)
May 2007
(2)
April 2007
(3)
March 2007
(5)
January 2007
(1)
September 2006
(3)
August 2006
(1)
April 2006
(3)
March 2006
(1)
MSDN Blogs
>
Jason Prickett's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jason Prickett's Blog
TFS 2010 - Using a TypeConverter to display your custom Process Parameter list type
Posted
28 days ago
by
Jason Prickett - MSFT
5
Comments
I just helped someone today with this common problem... "How do I get my custom list process parameter to show something besides '(Collection)' in the Process Parameter property grid?" The answer is really simple if you are familiar with the WinForms...
Jason Prickett's Blog
Inline Tasks for MSBuild that work with TFS
Posted
5 months ago
by
Jason Prickett - MSFT
1
Comments
Someone asked a question about how to do something in MSBuild the other day. They were using the UpgradeTemplate.xaml, so there build process was done almost entirely in MSBuild. What they wanted to do was fairly simple to do in a Task, but they didn...
Jason Prickett's Blog
TFS 2010 - Overriding build settings
Posted
5 months ago
by
Jason Prickett - MSFT
1
Comments
This post is for those that are pretty familiar with the TFS Build features in Visual Studio. If you aren't, this may not make any sense. So, it's Friday and you just made a gated check-in, but you can't leave until your build finishes. So, you open...
Jason Prickett's Blog
TFS 2010 - Managing the hidden Build Service Host objects
Posted
9 months ago
by
Jason Prickett - MSFT
2
Comments
If you use the TFS Build Automation Object Model, then you may have noticed that we have objects that are related to Controllers and Agents, but that don't show up in the UI. These objects are called Build Service Host objects or IBuildServiceHost objects...
Jason Prickett's Blog
TFS 2010 - Build menu ids and guids
Posted
9 months ago
by
Jason Prickett - MSFT
0
Comments
Okay, so I wrote a post a couple of weeks ago and exposed two of the menu guids for Build. Since then I have been asked for others, so here they all are... Menu Guid (we use the same guid for all build menus): {34586048-8400-472e-BBBF-3AE30AF8046E...
Jason Prickett's Blog
TFS 2010 - Bulk Updating Build Definitions (Retention Policies)
Posted
9 months ago
by
Jason Prickett - MSFT
0
Comments
In this post, I just want to help those of you out there that have upgraded from 2008 and need to bulk update all of your definitions. In this particular example, I will be updating the retention policies to remove the deletion of the label with the deletion...
Jason Prickett's Blog
TFS 2010 - Adding a menu item to the Completed Builds context menu in the Build Explorer
Posted
10 months ago
by
Jason Prickett - MSFT
2
Comments
So, I have gotten this question a couple of times... "How can I add my own custom menu item to a TFS Build Automation context menu?" Yes, this is possible and not really that difficult. We even added some extensibility in 2010 to make this an even better...
Jason Prickett's Blog
TFS 2010 - Viewing the Build Details Log View in Visual Studio is very slow
Posted
over 1 year ago
by
Jason Prickett - MSFT
0
Comments
So, there are several things I want to talk about, but they all boil down to the perf of the Log View in the Build Details window in Visual Studio. Unfortunately, if you have a large amount of data here, it slows down everything until it gets fully loaded...
Jason Prickett's Blog
TFS2010 – Where is $(BuildNumber)?
Posted
over 1 year ago
by
Jason Prickett - MSFT
1
Comments
So, I have been asked this very question a couple of times now which means it should be searchable for all :). In TFS Build 2008, all of the logic for building on the server was tucked away in a targets file for MSBuild. All Team Build did was to call...
Jason Prickett's Blog
TFS 2010 – Making Your Build Log Less Noisy
Posted
over 2 years ago
by
Jason Prickett - MSFT
2
Comments
So, I have been asked this question a couple of times now and so I decided to put it out there for everyone. If you are creating custom build templates that do a lot of looping or other work that seems to make the build log way too noisy, you may want...
Jason Prickett's Blog
TFS 2010 – Ordering the Build Process Parameters On The Definition
Posted
over 2 years ago
by
Jason Prickett - MSFT
1
Comments
So, I had someone ask this question about the process parameters on the Process tab of the Build Definition Editor - “How can I get the Advanced category above the Basic category?” I decided it would be better to share this with everyone, since it isn...
Jason Prickett's Blog
TFS2010 – Customizing the Build Details View – Summary View
Posted
over 2 years ago
by
Jason Prickett - MSFT
9
Comments
In some previous posts ( here and here ), I talked about ways to change the log view part of the build details view. This time I want to discuss how to change the Summary view. It is a little more difficult, but the extensibility is there for you to change...
Jason Prickett's Blog
TFS 2010 - Build Security API
Posted
over 2 years ago
by
Jason Prickett - MSFT
1
Comments
I had a request recently on how to “Secure” a build from code. While I am still not sure there is a great way to do that. What I found is that there is next to no information on the TFS Security API. So, I thought I would post this code here...
Jason Prickett's Blog
TFS 2010 – Managing Build Process Templates (what are those?)
Posted
over 2 years ago
by
Jason Prickett - MSFT
7
Comments
If you haven’t noticed already in 2010. New build definitions no longer use the tfsBuild.proj file or the Microsoft.TeamFoundation.Build.targets file. With the switch to Windows Workflow as the base technology that the build process runs on we no longer...
Jason Prickett's Blog
TFS2010 - Queuing a Build (from code) With Custom Process Parameter Values
Posted
over 2 years ago
by
Jason Prickett - MSFT
4
Comments
I got a question today on how to access the process parameters of a build definition in 2010. If you haven’t looked at that property, yet, you might be surprised to find out it is just a string. Unfortunately, we chose to do it this way for various reasons...
Jason Prickett's Blog
Using The Custom Assembly Path to Deploy Custom TFS Checkin Policies
Posted
over 2 years ago
by
Jason Prickett - MSFT
1
Comments
First, what is the Custom Assembly Path? In TFS 2010, we added a feature to the Build infrastructure that will automatically copy dlls checked into version control to the Build Machine. This functionality was added so that the custom build process designer...
Jason Prickett's Blog
Creating Fake builds in TFS Build 2010
Posted
over 2 years ago
by
Jason Prickett - MSFT
11
Comments
It was brought to my attention that the code I posted here no longer works in TFS Build 2010. So, I promised I would update the code. In doing so, I realized there were some things I should probably explain: 1) In TFS 2010, you can no longer simply...
Jason Prickett's Blog
TFS 2010 – The New Build Definition Window
Posted
over 2 years ago
by
Jason Prickett - MSFT
3
Comments
The build definition dialog is now a window! Why is that so exciting? Well, let me tell you… Now you open two definitions side by side and copy information from one to the other! If you forget some bit of information, like where your solution file is...
Jason Prickett's Blog
TFS 2010 – Custom Process Parameters Part 4 – Custom Types
Posted
over 2 years ago
by
Jason Prickett - MSFT
5
Comments
In my previous posts, we discussed… Custom Process Parameters Process Parameter Metadata Custom Editors In this post, I want to continue this discussion of process parameters and explain how to use your own custom types for process parameters. Previously...
Jason Prickett's Blog
TFS 2010 – Custom Process Parameters Part 3 – Custom Editors
Posted
over 2 years ago
by
Jason Prickett - MSFT
7
Comments
In the last post of this series, we added metadata to our custom process parameter and I described all of the metadata that you can use to describe your custom process parameters. I also mentioned that we would talk more about some of the more complicated...
Jason Prickett's Blog
TFS 2010 – Custom Process Parameters Part 2 - MetaData
Posted
over 3 years ago
by
Jason Prickett - MSFT
7
Comments
This is a continuation of the Part 1 post . In the last post, we created a Hello World process template that uses a custom process parameter to pass in the text “Hello World!” And we showed that it worked pretty easily. But I skipped over something that...
Jason Prickett's Blog
TFS 2010 – Custom Process Parameters Part 1
Posted
over 3 years ago
by
Jason Prickett - MSFT
0
Comments
What are process parameters? These are the objects that we pass into the build process that determines what will be built, what tests to run (and how), and all the other switches that decide what happens. How are they passed in? The process parameters...
Jason Prickett's Blog
TFS2010 – Changing The Way Build Information IS Displayed
Posted
over 3 years ago
by
Jason Prickett - MSFT
1
Comments
In this post, I want to explain how you change the way that build information is displayed on the Build Details View. You can do some pretty crazy things if you really want to. We are just going to change the color of Build Messages. If you want more...
Jason Prickett's Blog
TFS 2010 – Displaying Custom Build Information in Visual Studio
Posted
over 3 years ago
by
Jason Prickett - MSFT
1
Comments
In TFS 2008, we had a lot of requests to make the Build Details View customizable. In 2010, we have taken the first step in that direction. In this post, I will explain how to change the Log View of the new Build Details View to show custom build information...
Jason Prickett's Blog
TFS 2010 - How about those Build delete options
Posted
over 3 years ago
by
Jason Prickett - MSFT
0
Comments
When you delete a build in Visual Studio 2010, you don’t just get a message box that says “Are you Sure?.” You get this… In 2010, you choose what you want to delete. You can delete any of the the following: Details – this is the database record itself...
Page 1 of 3 (65 items)
1
2
3