Skip to content

Commit 6010213

Browse files
Bump Nuke.Common from 5.1.4 to 5.2.1 (#113)
* Bump Nuke.Common from 5.1.4 to 5.2.1 Bumps [Nuke.Common](https://github.com/nuke-build/nuke) from 5.1.4 to 5.2.1. - [Release notes](https://github.com/nuke-build/nuke/releases) - [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md) - [Commits](nuke-build/nuke@5.1.4...5.2.1) --- updated-dependencies: - dependency-name: Nuke.Common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * [Nuke] fix compilation. * [Sln] housekeeping. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Reegeek <[email protected]>
1 parent db5e2ef commit 6010213

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Build/Nuke/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ from platform in project.GetPlatforms()
128128
Target Test => _ => _
129129
.DependsOn(Compile)
130130
.Produces(TestResultDirectory / "*.trx")
131-
.Partition(() => TestPartition)
131+
.Partition(4)
132132
.Executes(() => ExecutesTest(false));
133133

134134
void ExecutesTest(bool excludeNetFramework)

Build/Nuke/NukeBuild.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Nuke.Common" Version="5.1.4" />
13+
<PackageReference Include="Nuke.Common" Version="5.2.1" />
1414
<PackageDownload Include="GitVersion.Tool" Version="[5.6.8]" />
1515
</ItemGroup>
1616

StructLinq.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructLinq.Benchmark", "src
1919
EndProject
2020
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Props", "Props", "{9272A85F-FC64-4560-A88E-5362A37DA58E}"
2121
ProjectSection(SolutionItems) = preProject
22-
Build\Common.Benchmark.props = Build\Common.Benchmark.props
2322
Build\Common.props = Build\Common.props
24-
Build\Common.Tests.props = Build\Common.Tests.props
2523
src\Directory.Build.props = src\Directory.Build.props
2624
EndProjectSection
2725
EndProject

0 commit comments

Comments
 (0)