FakeEnvironment.

SetIsCoreClr(bool) Method

Summary

Sets if is .NET Core CLR.
Namespace
Cake.Testing
Containing Type
FakeEnvironment

Syntax

public void SetIsCoreClr(bool isCoreClr)

Parameters

Name Type Description
isCoreClr bool if set to true the runtime is .NET Core.

Return Value

Type Description
void