This documentation is archived and is not being maintained.

ITeamProjectCollectionServicing.UpdateServicingResource Method (String, String)

Add or replace a servicing resource for use by Framework stepTypes.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

abstract UpdateServicingResource : 
        name:string * 
        filePath:string -> unit

Parameters

name
Type: System.String

A unique name for the servicing resource.

filePath
Type: System.String

A file containing the servicing resource content.

Show: