public static interface BuildTask.DefinitionStages.WithAlias
| Modifier and Type | Method and Description |
|---|---|
BuildTask.DefinitionStages.WithCreate |
withAlias(String alias)
Specifies the alternative name for a build task.
|
BuildTask.DefinitionStages.WithCreate withAlias(String alias)
alias - the alternative name for a build task/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/