Skip to content

Commit 4241772

Browse files
committed
Attempt to fix The 'NoBuild' property was set to true but the 'Build' target was invoked. for Relay
1 parent b723c5c commit 4241772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FSharp.Data.GraphQL.Server.Relay/FSharp.Data.GraphQL.Server.Relay.fsproj

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22+
<PackageReference Condition="$(IsNuget) != ''" Include="FSharp.Data.GraphQL.Shared" VersionOverride="$(Version)" />
23+
<ProjectReference Condition="$(IsNuget) == ''" Include="..\FSharp.Data.GraphQL.Shared\FSharp.Data.GraphQL.Shared.fsproj" />
2224
<PackageReference Condition="$(IsNuget) != ''" Include="FSharp.Data.GraphQL.Server" VersionOverride="$(Version)" />
2325
<ProjectReference Condition="$(IsNuget) == ''" Include="..\FSharp.Data.GraphQL.Server\FSharp.Data.GraphQL.Server.fsproj" />
2426
</ItemGroup>

0 commit comments

Comments
 (0)