BUILD: Disable parallel build

The build agents can't handle the size of our PCH files.

Signed-off-by: Dustin Howett <duhowett@microsoft.com>
This commit is contained in:
Dustin Howett 2020-10-08 17:17:50 -07:00
parent 4fc607a44d
commit 91ccbb79f0
No known key found for this signature in database
GPG key ID: 0719BB71B334EE77

View file

@ -41,7 +41,9 @@ steps:
configuration: '$(BuildConfiguration)'
msbuildArgs: "${{ parameters.additionalBuildArguments }}"
clean: true
maximumCpuCount: true
# The build agents cannot currently support parallel build due to the
# memory requirements of our PCH files.
maximumCpuCount: false
- task: PowerShell@2
displayName: 'Check MSIX for common regressions'