Skip to content

Commit b373204

Browse files
authored
Merge pull request #65 from nils-a/feature/GH-64
(GH-64) updated CCG
2 parents f6f10fc + 7639f66 commit b373204

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
<PackageTags>cake;build;script;cake-build;module;cake-contrib;cake-module;ci;tfs;azure-devops;azure-devops-server;myget;teamcity;travisci</PackageTags>
2121
<RepositoryUrl>https://github.com/cake-contrib/Cake.BuildSystems.Module.git</RepositoryUrl>
2222
<RepositoryType>git</RepositoryType>
23-
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>
24-
<PackageIcon>$(CakeContribGuidelinesIconDestinationLocation)</PackageIcon>
2523
</PropertyGroup>
2624

2725
<ItemGroup>
@@ -41,10 +39,11 @@
4139

4240
<ItemGroup>
4341
<None Include="$(OutputPath)/**/Cake.*" PackagePath="lib/$(TargetFramework)" Pack="true" />
42+
<None Remove="icon.png" />
4443
</ItemGroup>
4544

4645
<ItemGroup>
47-
<PackageReference Include="CakeContrib.Guidelines" Version="0.5.0">
46+
<PackageReference Include="CakeContrib.Guidelines" Version="1.0.0">
4847
<PrivateAssets>all</PrivateAssets>
4948
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5049
</PackageReference>
@@ -54,9 +53,7 @@
5453
</PackageReference>
5554
</ItemGroup>
5655

57-
<Target
58-
Name="_cleanupOutput"
59-
AfterTargets="AfterBuild;CoreBuild">
56+
<Target Name="_cleanupOutput" AfterTargets="AfterBuild;CoreBuild">
6057

6158
<!-- The output of "this" project is not really needed, anyways. -->
6259
<!-- also, Cake.Core and Cake.Common are copied and not needed here. -->

0 commit comments

Comments
 (0)