Browse Source

Reduce double writes in Application.FunctionalTests build

davidfowl/common-services
Reuben Bond 1 year ago
parent
commit
8c9524c771
1 changed files with 0 additions and 22 deletions
  1. +0
    -22
      src/Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj

+ 0
- 22
src/Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj View File

@ -10,28 +10,6 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Remove="Setup\CatalogBrands.csv" />
<None Remove="Setup\CatalogItems.csv" />
<None Remove="Setup\CatalogItems.zip" />
<None Remove="Setup\CatalogTypes.csv" />
</ItemGroup>
<ItemGroup>
<Content Include="Setup\CatalogBrands.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Setup\CatalogItems.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Setup\CatalogItems.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Setup\CatalogTypes.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />


Loading…
Cancel
Save