Skip to content

Commit fb63913

Browse files
committed
Disable IsPackable for nitro packages
1 parent 7e78a2c commit fb63913

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Nitro/src/CommandLine/Legacy.Fusion/HotChocolate.Fusion.Abstractions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RootNamespace>HotChocolate.Fusion</RootNamespace>
66
<TargetFrameworks>$(CLITargetFrameworks)</TargetFrameworks>
77
<IsAotCompatible>true</IsAotCompatible>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

src/Nitro/src/CommandLine/Nitro.CommandLine.Cloud/ChilliCream.Nitro.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>$(CLITargetFrameworks)</TargetFrameworks>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<OutputType>Exe</OutputType>
6-
<IsPackable>true</IsPackable>
6+
<IsPackable>false</IsPackable>
77
<PackAsTool>true</PackAsTool>
88
<UseAppHost>false</UseAppHost>
99
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)