IVersionVariableSerializer.

FromFile(string) Method

Summary

Deserializes a GitVersionVariables instance from the JSON file at filePath.

Syntax

GitVersionVariables FromFile(string filePath)

Parameters

Name Type Description
filePath string

Return Value

Type Description
GitVersionVariables
GitHub