Skip to content

Commit 6e54e74

Browse files
Another attempt to fix publishing
1 parent 1a9d439 commit 6e54e74

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Exercism.Tests/Exercism.Tests.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@
1212
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
1313
<PackageIcon>icon.png</PackageIcon>
1414
<RepositoryUrl>https://github.com/exercism/dotnet-tests</RepositoryUrl>
15-
<IncludeSymbols>true</IncludeSymbols>
16-
<IncludeSource>true</IncludeSource>
17-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1815
</PropertyGroup>
1916

2017
<ItemGroup>
21-
<None Include="images\icon.png" Pack="true" PackagePath="" />
18+
<None Include="images\icon.png" Pack="true" PackagePath="icon.png" />
2219
</ItemGroup>
2320

2421
</Project>

0 commit comments

Comments
 (0)