C# Class VSNDK.Tasks.DiffManifests

MSBuild task to compare the manifest file from the bar file being uploaded against the one already installed on the device.
Inheritance: Microsoft.Build.Utilities.Task
Show file Open project: blackberry/VSPlugin

Private Properties

Property Type Description
getSourcePath string

Public Methods

Method Description
Execute ( ) : bool

Execute the MSBuild Task.

Private Methods

Method Description
getSourcePath ( string sourcePath, string targetFileMap ) : string

Helper function to parse the target file map to add the source path of each modified file as metadata.

Method Details

Execute() public method

Execute the MSBuild Task.
public Execute ( ) : bool
return bool