Skip to content

Commit 3ddb8db

Browse files
committed
fix: symbols has to be in snupkg format
1 parent 301bda2 commit 3ddb8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Catglobe.ResXFileCodeGenerator/Catglobe.ResXFileCodeGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2626
<EmbedUntrackedSources>false</EmbedUntrackedSources>
27-
<IncludeSymbols>true</IncludeSymbols>
27+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2828
<NuGetAudit>true</NuGetAudit>
2929
<NuGetAuditMode>all</NuGetAuditMode>
3030
<NuGetAuditLevel>low</NuGetAuditLevel>

0 commit comments

Comments
 (0)