Skip to content

Commit 01d9961

Browse files
committed
Stopping projects from publishing nuget packages
1 parent fb1bd34 commit 01d9961

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

SourceGeneratorContext.Attribute/SourceGeneratorContext.Attribute.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<LangVersion>12</LangVersion>
66
<AssemblyName>Datacute.SourceGeneratorContext.Attribute</AssemblyName>
77
<RootNamespace>Datacute.SourceGeneratorContext</RootNamespace>
8+
<IsPackable>false</IsPackable>
89
<Nullable>enable</Nullable>
910
<AssemblyVersion>1.0.0</AssemblyVersion>
1011
</PropertyGroup>

SourceGeneratorContextExample/SourceGeneratorContextExample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<OutputType>Exe</OutputType>
77
<AssemblyName>Datacute.SourceGeneratorContextExample</AssemblyName>
88
<RootNamespace>Datacute.SourceGeneratorContextExample</RootNamespace>
9+
<IsPackable>false</IsPackable>
910
<NeutralLanguage>en-NZ</NeutralLanguage>
1011
<LangVersion>preview</LangVersion>
1112
<TargetFramework>net9.0</TargetFramework>

0 commit comments

Comments
 (0)