Skip to content

Commit

Permalink
Attempt to fix `The 'NoBuild' property was set to true but the 'Build…
Browse files Browse the repository at this point in the history
…' target was invoked. ` for Relay
  • Loading branch information
xperiandri committed Oct 29, 2023
1 parent b723c5c commit 4241772
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Condition="$(IsNuget) != ''" Include="FSharp.Data.GraphQL.Shared" VersionOverride="$(Version)" />
<ProjectReference Condition="$(IsNuget) == ''" Include="..\FSharp.Data.GraphQL.Shared\FSharp.Data.GraphQL.Shared.fsproj" />
<PackageReference Condition="$(IsNuget) != ''" Include="FSharp.Data.GraphQL.Server" VersionOverride="$(Version)" />
<ProjectReference Condition="$(IsNuget) == ''" Include="..\FSharp.Data.GraphQL.Server\FSharp.Data.GraphQL.Server.fsproj" />
</ItemGroup>
Expand Down

0 comments on commit 4241772

Please sign in to comment.