We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcf99c commit 82893bfCopy full SHA for 82893bf
Build/Nuke/Build.cs
@@ -123,7 +123,7 @@ from platform in project.GetPlatforms()
123
}
124
125
126
- [Partition(4)] readonly Partition TestPartition;
+ [Partition(3)] readonly Partition TestPartition;
127
128
Target Test => _ => _
129
.DependsOn(Compile)
azure-pipelines.yml
@@ -43,7 +43,7 @@ stages:
43
displayName: '🚦 Test 🧩'
44
dependsOn: [ Compile ]
45
strategy:
46
- parallel: 4
+ parallel: 3
47
steps:
48
- task: CmdLine@2
49
inputs:
0 commit comments