tests for cache taking multiple input files
This commit is contained in:
parent
ed1ca04f51
commit
e40435920d
7 changed files with 119 additions and 18 deletions
|
@ -0,0 +1,3 @@
|
|||
<CacheArtifacts>
|
||||
<Package Id="FluentAssertions" Version ="4.12.0"/>
|
||||
</CacheArtifacts>
|
5
TestAssets/TestProjects/FluentProfile/FluentProfile.xml
Normal file
5
TestAssets/TestProjects/FluentProfile/FluentProfile.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentAssertions" Version ="4.12.0"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue