Skip to content

Commit

Permalink
Merge pull request #1078 from dotnet/onovotny-patch-1
Browse files Browse the repository at this point in the history
Disable parallelism to work around Sdk Resolver race condition
  • Loading branch information
Oren Novotny committed Nov 13, 2019
2 parents 71cce22 + 5ded960 commit 5747c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.rx.yml
Expand Up @@ -54,7 +54,7 @@ stages:
solution: Rx.NET/Source/System.Reactive.sln
msbuildArguments: /restore /t:build /p:CreatePackage=true /p:NoPackageAnalysis=true /p:PackageOutputPath=$(Build.ArtifactStagingDirectory)\artifacts
configuration: $(BuildConfiguration)
maximumCpuCount: true
maximumCpuCount: false

- task: NuGetCommand@2
displayName: Pack compatibility package
Expand Down

0 comments on commit 5747c1c

Please sign in to comment.