Skip to content

Commit 5747c1c

Browse files
author
Oren Novotny
authored
Merge pull request #1078 from dotnet/onovotny-patch-1
Disable parallelism to work around Sdk Resolver race condition
2 parents 71cce22 + 5ded960 commit 5747c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.rx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ stages:
5454
solution: Rx.NET/Source/System.Reactive.sln
5555
msbuildArguments: /restore /t:build /p:CreatePackage=true /p:NoPackageAnalysis=true /p:PackageOutputPath=$(Build.ArtifactStagingDirectory)\artifacts
5656
configuration: $(BuildConfiguration)
57-
maximumCpuCount: true
57+
maximumCpuCount: false
5858

5959
- task: NuGetCommand@2
6060
displayName: Pack compatibility package

0 commit comments

Comments
 (0)