public static interface BuildTask.UpdateStages.WithCpuCoresCount
| Modifier and Type | Method and Description |
|---|---|
BuildTask.Update |
withCpuCoresCount(int count)
Specifies the CPU configuration in terms of number of cores required for the build.
|
BuildTask.Update 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.
*/