VSTestSettings.

AllowPreviewVersion Property

Summary

Gets or sets a value indicating whether tools from a preview edition of Visual Studio should be used.

If set to true, VSTest from a Preview edition (e.g. Visual Studio 2022 Preview) will be considered to be used.

Namespace
Cake.Common.Tools.VSTest
Containing Type
VSTestSettings

Syntax

public bool AllowPreviewVersion { get; set; }

Value

Type Description
bool