Skip to content

Commit

Permalink
Fixed the ghost files in Rider when using strawberyy shake (#6693)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored and michaelstaib committed Nov 21, 2023
1 parent 2e3590d commit f976747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
BeforeTargets="BeforeBuild"
DependsOnTargets="_GraphQLCodeGenerationRoot; _GenerateGraphQLCode">
<ItemGroup>
<Compile Include="$(GraphQLCodeGenerationRoot)\**\*.cs" />
<Compile Include="$(GraphQLCodeGenerationRoot)\**\*.cs" Condition="'$(GraphQLCodeGenerationRoot)' != ''"/>
</ItemGroup>
</Target>

Expand Down

0 comments on commit f976747

Please sign in to comment.