This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ProtobufTools.
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. |