IVersionVariableSerializer.

ToFile(GitVersionVariables, string) Method

Summary

Writes gitVersionVariables as JSON to the file at filePath.

Syntax

void ToFile(GitVersionVariables gitVersionVariables, string filePath)

Parameters

Name Type Description
gitVersionVariables GitVersionVariables
filePath string

Return Value

Type Description
void
GitHub