C# 클래스 SimpleGitVersion.GetGitRepositoryInfoTask

This is the primary and most complex task. It extracts Git repository informations from the current head and computes relevant version information. The Repository.xml file is used to configure the process.
상속: Microsoft.Build.Utilities.Task
파일 보기 프로젝트 열기: SimpleGitVersion/SGV-Net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( ) : bool

Reads version information. On errors, they are logged but the return of this task is always true to avoid blocking the build process.

메소드 상세

Execute() 공개 메소드

Reads version information. On errors, they are logged but the return of this task is always true to avoid blocking the build process.
public Execute ( ) : bool
리턴 bool