tests for cache taking multiple input files

This commit is contained in:
Rama Krishnan Raghupathy 2017-03-06 22:57:40 -08:00
parent ed1ca04f51
commit e40435920d
7 changed files with 119 additions and 18 deletions

View file

@ -0,0 +1,3 @@
<CacheArtifacts>
<Package Id="FluentAssertions" Version ="4.12.0"/>
</CacheArtifacts>

View file

@ -0,0 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="FluentAssertions" Version ="4.12.0"/>
</ItemGroup>
</Project>