MSBuildSettings.

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, MSBuildTools from a Preview edition (e.g. Visual Studio 2022 Preview) will be considered to be used.

Namespace
Cake.Common.Tools.MSBuild
Containing Type
MSBuildSettings

Syntax

public bool AllowPreviewVersion { get; set; }

Value

Type Description
bool