Potentially fix FastUpToDateCheck failure for TGS GQL Client

This commit is contained in:
Jordan Dominion
2025-08-18 00:04:32 -04:00
parent b8b039d19d
commit b90e58b419
@@ -16,6 +16,10 @@
<ProjectReference Include="..\Tgstation.Server.Client\Tgstation.Server.Client.csproj" />
<ProjectReference Include="..\Tgstation.Server.Host\Tgstation.Server.Host.csproj" PrivateAssets="all" ReferenceOutputAssembly="false" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Include="../../artifacts/tgs-api.graphql" />
</ItemGroup>
<Target Name="DeleteGeneratedFiles" BeforeTargets="ImportGraphQLApiSchema">
<RemoveDir Directories="$(IntermediateOutputPath)berry" />