Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 8c9524c

Browse files
committed
Reduce double writes in Application.FunctionalTests build
1 parent 9c2b972 commit 8c9524c

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,6 @@
1010
<IsPackable>false</IsPackable>
1111
</PropertyGroup>
1212

13-
<ItemGroup>
14-
<None Remove="Setup\CatalogBrands.csv" />
15-
<None Remove="Setup\CatalogItems.csv" />
16-
<None Remove="Setup\CatalogItems.zip" />
17-
<None Remove="Setup\CatalogTypes.csv" />
18-
</ItemGroup>
19-
20-
<ItemGroup>
21-
<Content Include="Setup\CatalogBrands.csv">
22-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
23-
</Content>
24-
<Content Include="Setup\CatalogItems.csv">
25-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
26-
</Content>
27-
<Content Include="Setup\CatalogItems.zip">
28-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
29-
</Content>
30-
<Content Include="Setup\CatalogTypes.csv">
31-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
32-
</Content>
33-
</ItemGroup>
34-
3513
<ItemGroup>
3614
<PackageReference Include="Microsoft.NET.Test.Sdk" />
3715
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />

0 commit comments

Comments
 (0)