Skip to content

Commit 720ae43

Browse files
committed
(build) move cake addins reference to specific projects
1 parent 5c95d05 commit 720ae43

File tree

8 files changed

+21
-14
lines changed

8 files changed

+21
-14
lines changed

build/Directory.Packages.props

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="Cake.Codecov" Version="1.0.1"/>
43
<PackageReference Include="Cake.Common" Version="1.1.0" />
54
<PackageReference Include="Cake.Compression" Version="0.2.6" />
6-
<PackageReference Include="Cake.Coverlet" Version="2.5.4" />
7-
<PackageReference Include="Cake.Docker" Version="1.0.0" />
85
<PackageReference Include="Cake.Frosting" Version="1.1.0" />
9-
<PackageReference Include="Cake.Git" Version="1.1.0" />
10-
<PackageReference Include="Cake.Json" Version="6.0.1" />
116
<PackageReference Include="Cake.Incubator" Version="6.0.0" />
12-
<PackageReference Include="Cake.Wyam" Version="2.2.12" />
7+
8+
<PackageReference Include="Cake.Docker" Version="1.0.0" />
9+
1310
</ItemGroup>
1411
</Project>

build/artifacts/artifacts.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<RootNamespace>Artifacts</RootNamespace>
55
</PropertyGroup>
66
<ItemGroup>
7-
<ProjectReference Include="..\common\common.csproj" />
7+
<ProjectReference Include="..\common\common.csproj"/>
88
</ItemGroup>
99
</Project>

build/build/build.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<RootNamespace>Build</RootNamespace>
55
</PropertyGroup>
66
<ItemGroup>
7-
<ProjectReference Include="..\common\common.csproj" />
7+
<ProjectReference Include="..\common\common.csproj"/>
8+
</ItemGroup>
9+
<ItemGroup>
10+
<PackageReference Include="Cake.Codecov" Version="1.0.1"/>
11+
<PackageReference Include="Cake.Coverlet" Version="2.5.4"/>
812
</ItemGroup>
913
</Project>

build/chores/chores.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<RootNamespace>Chores</RootNamespace>
55
</PropertyGroup>
66
<ItemGroup>
7-
<ProjectReference Include="..\common\common.csproj" />
7+
<ProjectReference Include="..\common\common.csproj"/>
8+
</ItemGroup>
9+
<ItemGroup>
10+
<PackageReference Include="Cake.Json" Version="6.0.1"/>
811
</ItemGroup>
9-
1012
</Project>

build/docker/docker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<RootNamespace>Docker</RootNamespace>
55
</PropertyGroup>
66
<ItemGroup>
7-
<ProjectReference Include="..\common\common.csproj" />
7+
<ProjectReference Include="..\common\common.csproj"/>
88
</ItemGroup>
99
</Project>

build/docs/docs.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<RootNamespace>Docs</RootNamespace>
55
</PropertyGroup>
66
<ItemGroup>
7-
<ProjectReference Include="..\common\common.csproj" />
7+
<ProjectReference Include="..\common\common.csproj"/>
8+
</ItemGroup>
9+
<ItemGroup>
10+
<PackageReference Include="Cake.Git" Version="1.1.0"/>
11+
<PackageReference Include="Cake.Wyam" Version="2.2.12"/>
812
</ItemGroup>
913
</Project>

build/publish/publish.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<RootNamespace>Publish</RootNamespace>
55
</PropertyGroup>
66
<ItemGroup>
7-
<ProjectReference Include="..\common\common.csproj" />
7+
<ProjectReference Include="..\common\common.csproj"/>
88
</ItemGroup>
99
</Project>

build/release/release.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<RootNamespace>Release</RootNamespace>
55
</PropertyGroup>
66
<ItemGroup>
7-
<ProjectReference Include="..\common\common.csproj" />
7+
<ProjectReference Include="..\common\common.csproj"/>
88
</ItemGroup>
99
</Project>

0 commit comments

Comments
 (0)