Summary
Gets a value indicating whether the current build is running on MyGet.
- Namespace
- Cake
.Common .Build .MyGet - Containing Type
- IMyGetProvider
Syntax
bool IsRunningOnMyGet { get; }
Value
Type | Description |
---|---|
bool |
true if the current build is running on MyGet; otherwise, false .
|