MinVerSettingsExtensions.

WithRepo(MinVerSettings, DirectoryPath) Method

Summary

Set the working directory for MinVer to use. --repo <REPO>
Assembly
Cake.MinVer.dll
Namespace
Cake.MinVer
Containing Type
MinVerSettingsExtensions

Syntax

public static MinVerSettings WithRepo(this MinVerSettings settings, DirectoryPath repo)

Parameters

Name Type Description
settings MinVerSettings The settings.
repo DirectoryPath The working directory.

Return Value

Type Description
MinVerSettings The settings instance with Repo set to repo.