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.Kudu.
Summary
Gets a value indicating whether the current build is running on Kudu.
- Assembly
- Cake
.Kudu .dll - Namespace
- Cake
.Kudu .Provider - Containing Type
- KuduProvider
Syntax
public bool IsRunningOnKudu { get; }
Value
Type | Description |
---|---|
bool |
true if the current build is running on Kudu.; otherwise, false .
|