Tfs.

AddSummaryItem(string, FilePath) Method

Summary

Adds the summary item.
Assembly
Rocket.Surgery.Cake.dll
Namespace
Rocket.Surgery.Cake.TfsTasks
Containing Type
Tfs

Syntax

public void AddSummaryItem(string name, FilePath attachmentPath)

Parameters

Name Type Description
name string The name.
attachmentPath FilePath The attachment path.

Return Value

Type Description
void