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 c05a253 commit 1a9d439Copy full SHA for 1a9d439
src/Exercism.Tests/Exercism.Tests.csproj
@@ -10,11 +10,15 @@
10
<Company>Exercism</Company>
11
<PackageTags>Exercism;Testing</PackageTags>
12
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
13
- <PackageIcon>https://raw.githubusercontent.com/exercism/website-icons/main/exercism/logo-bordered.png</PackageIcon>
+ <PackageIcon>icon.png</PackageIcon>
14
<RepositoryUrl>https://github.com/exercism/dotnet-tests</RepositoryUrl>
15
<IncludeSymbols>true</IncludeSymbols>
16
<IncludeSource>true</IncludeSource>
17
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
18
</PropertyGroup>
19
20
+ <ItemGroup>
21
+ <None Include="images\icon.png" Pack="true" PackagePath="" />
22
+ </ItemGroup>
23
+
24
</Project>
src/Exercism.Tests/images/icon.png
2.05 KB
0 commit comments