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
Afficher le fichier Open project: blackberry/VSPlugin

Private Properties

Свойство Type Description
getSourcePath string

Méthodes publiques

Méthode Description
Execute ( ) : bool

Execute the MSBuild Task.

Private Methods

Méthode 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 méthode

Execute the MSBuild Task.
public Execute ( ) : bool
Résultat bool