public static interface Build.QueuedQuickBuildDefinitionStages.WithCpuCoresCount
| Modifier and Type | Method and Description |
|---|---|
Build.QueuedQuickBuildDefinitionStages.WithCreate |
withCpuCoresCount(int count)
Specifies the CPU configuration in terms of number of cores required for the build.
|
Build.QueuedQuickBuildDefinitionStages.WithCreate withCpuCoresCount(int count)
count - the CPU configuration in terms of number of cores required for the build/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/