Skip to content

Commit 3a1be76

Browse files
committed
Prevent snupkg generation for the source generator.
Do not pack the Sandbox.SourceGenerator.
1 parent 555ddfb commit 3a1be76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Solutions/Corvus.Json.SourceGenerator/Corvus.Json.SourceGenerator.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Nullable>enable</Nullable>
88
<IsRoslynComponent>true</IsRoslynComponent>
99
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
10+
<IncludeSymbols>false</IncludeSymbols>
1011
</PropertyGroup>
1112

1213
<PropertyGroup Label="NuGet">

Solutions/Sandbox.SourceGenerator/Sandbox.SourceGenerator.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)