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
Показать файл Открыть проект

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