DCSIMG
TFS API Index Parts 1 To 37 - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

TFS API Index Parts 1 To 37

Since 2009 I ‘m writing about TFS API and several people asked to get an index page with all parts related to TFS API, so here is it:

Basic

Source Control

Testing

Work Items – Definitions and Queries

Areas and Iterations

Builds

Comments

Raghuraman K said:

Hi Shai Raiten,

Need your help.

I am trying to create a label programmatically. However there is no error, but the label is not created.

VersionControlLabel versionControlLabel = new VersionControlLabel(versionControl, "Label by build utility", "Administrator",””, "Comments marked build utility");

ItemSpec itemSpec = new ItemSpec(@"$/INT_TST1/ORT1", RecursionType.Full);

LabelItemSpec[] labelItemSpec = new LabelItemSpec[1];

labelItemSpec[0] = new LabelItemSpec(itemSpec, VersionSpec.Latest, false);

LabelResult[] lb = versionControl.CreateLabel(versionControlLabel, labelItemSpec, LabelChildOption.Fail);

regards

# June 7, 2011 8:54 AM

Shai Raiten said:

In my last post on TFS API I summarize in Index Page include 37 parts - http://blogs.microsoft.co.il

# June 14, 2011 11:16 AM

shair said:

Hi Raghuraman ,

Please check this post -

blogs.microsoft.co.il/.../tfs-api-part-38-create-label.aspx

# June 14, 2011 11:23 AM

TFS: Query for builds containing a specific changeset | PHP Developer Resource said:

Pingback from  TFS: Query for builds containing a specific changeset | PHP Developer Resource

# May 23, 2012 3:05 PM
Leave a Comment

(required) 

(required) 

(optional)

(required) 


Enter the numbers above: