public static interface BuildTask.DefinitionStages.WithCommitTrigger
| Modifier and Type | Method and Description |
|---|---|
BuildTask.DefinitionStages.WithCreate |
withCommitTriggerDisabled()
Specifies that the source control commit trigger is disabled.
|
BuildTask.DefinitionStages.WithCreate |
withCommitTriggerEnabled()
Specifies that the source control commit trigger is enabled.
|
BuildTask.DefinitionStages.WithCreate withCommitTriggerEnabled()
BuildTask.DefinitionStages.WithCreate withCommitTriggerDisabled()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/