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 1a9d439 commit 6e54e74Copy full SHA for 6e54e74
src/Exercism.Tests/Exercism.Tests.csproj
@@ -12,13 +12,10 @@
12
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
13
<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="" />
+ <None Include="images\icon.png" Pack="true" PackagePath="icon.png" />
22
</ItemGroup>
23
24
</Project>
0 commit comments