C# 클래스 VSNDK.Tasks.DiffManifests

MSBuild task to compare the manifest file from the bar file being uploaded against the one already installed on the device.
상속: Microsoft.Build.Utilities.Task
파일 보기 프로젝트 열기: blackberry/VSPlugin

Private Properties

프로퍼티 타입 설명
getSourcePath string

공개 메소드들

메소드 설명
Execute ( ) : bool

Execute the MSBuild Task.

비공개 메소드들

메소드 설명
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.

메소드 상세

Execute() 공개 메소드

Execute the MSBuild Task.
public Execute ( ) : bool
리턴 bool