CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of TFS2010
C#
using System;
using Microsoft.TeamFoundation.Client;
using Microsoft.TeamFoundation.WorkItemTracking.Client;
 
class Program
{
    /// <summary>
    /// Create a parent-child link between two work items in a TFS team project collection
    /// </summary>
    /// <param name="args"></param>
by Jim Lamb   April 13, 2010 @ 8:06am
Tags: TFS2010
575 Views
no comments
 
XML
<Target Name="AfterPackage">
    <Exec WorkingDirectory="$(OutDir)" Command="md .\Package" />
    <Exec WorkingDirectory="$(OutDir)" Command="xcopy /s $(ProjectDir)Obj\$(Configuration)\Package\*.* .\Package" />
</Target>
by Jim Lamb   August 12, 2009 @ 7:33am
Tags: TFS2010
497 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate