Skip to content

Commit

Permalink
make sure tests also have a cache
Browse files Browse the repository at this point in the history
  • Loading branch information
clipperhouse committed Jul 19, 2024
1 parent 7c33e76 commit 1524b36
Show file tree
Hide file tree
Showing 2 changed files with 1,029 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@
<ProjectReference Include="..\Split\Split.csproj" />
</ItemGroup>

<PropertyGroup>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

</Project>
Loading

0 comments on commit 1524b36

Please sign in to comment.