Skip to content

Commit

Permalink
(build) Add cake analyzer and cakecontrib guidelines packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Sep 14, 2020
1 parent 2eb0a2b commit 4e520ad
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,5 @@ BuildArtifacts/
*.dll
*.hash
docs/input/tasks/
.dotnet/
.dotnet/
src/Cake.Transifex/icon.png
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"statusBarItem.hoverBackground": "#cc7400",
"statusBar.foreground": "#e7e7e7"
},
"peacock.color": "#995700"
"peacock.color": "#995700",
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.enableEditorConfigSupport": true
}
1 change: 0 additions & 1 deletion graphics/cake-contrib
Submodule cake-contrib deleted from 73e948
14 changes: 6 additions & 8 deletions src/Cake.Transifex/Cake.Transifex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install the transifex client, install python, then run `pip install transifex
<Authors>Kim J. Nordmo;$(Company)</Authors>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageIcon>cake-contrib-small.png</PackageIcon>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics@49c3b71def749b86416d773f1ead0c0da2d590ea/png/cake-contrib-medium.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://cake-contrib.github.io/Cake.Transifex/</PackageProjectUrl>
Expand All @@ -35,14 +35,12 @@ To install the transifex client, install python, then run `pip install transifex

<!-- Package References only for this project -->
<ItemGroup>
<PackageReference Include="Cake.Addin.Analyzer" Version="0.1.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\graphics\cake-contrib\png\cake-contrib-small.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<PackageReference Include="CakeContrib.Guidelines" Version="0.2.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4e520ad

Please sign in to comment.