Skip to content

Commit 453b4da

Browse files
committed
Integrated Nitro into Build Process
1 parent 50b559a commit 453b4da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.build/Helpers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ static class Helpers
3030
Path.Combine("HotChocolate", "Mutable"),
3131
Path.Combine("HotChocolate", "Fusion-vnext"),
3232
Path.Combine("HotChocolate", "Spatial"),
33+
Path.Combine("Nitro", "CommandLine"),
3334
Path.Combine("StrawberryShake", "Client"),
3435
Path.Combine("StrawberryShake", "CodeGeneration"),
3536
Path.Combine("StrawberryShake", "MetaPackages"),

src/Nitro/CommandLine/src/CommandLine.Fusion.Compatibility/Nitro.CommandLine.Fusion.Compatibility.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
<PropertyGroup>
44
<RootNamespace>Nitro.CommandLine.Fusion</RootNamespace>
5-
<AssemblyName>Nitro.CommandLine.Fusion</AssemblyName>
5+
<AssemblyName>Nitro.CommandLine.Fusion.Compatibility</AssemblyName>
6+
<PackageName>Nitro.CommandLine.Fusion.Compatibility</PackageName>
7+
<IsPackable>true</IsPackable>
68
</PropertyGroup>
79

810
<ItemGroup>

0 commit comments

Comments
 (0)