ProtobufTools.

IsWindows(OSTarget) Method

Summary

Checks if target is Windows.
Assembly
Cake.ProtobufTools.dll
Namespace
Cake.ProtobufTools
Containing Type
ProtobufTools

Syntax

public static bool IsWindows(OSTarget target)

Parameters

Name Type Description
target OSTarget The target.

Return Value

Type Description
bool True when target is Windows, false otherwise.