C# Class 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.
Inheritance: Microsoft.Build.Utilities.Task
Datei anzeigen Open project: SimpleGitVersion/SGV-Net

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

Execute() public method

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
return bool