Skip to content

Commit

Permalink
forced API tests to copy their output
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jun 14, 2018
1 parent 7f9aea4 commit 5cf4ea6
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/core/Akka.API.Tests/Akka.API.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@
<TargetFrameworks>net452</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<None Remove="CoreAPISpec.ApproveCluster.approved.txt" />
<None Remove="CoreAPISpec.ApproveClusterTools.approved.txt" />
<None Remove="CoreAPISpec.ApproveCore.approved.txt" />
<None Remove="CoreAPISpec.ApprovePersistence.approved.txt" />
<None Remove="CoreAPISpec.ApprovePersistenceQuery.approved.txt" />
<None Remove="CoreAPISpec.ApproveRemote.approved.txt" />
<None Remove="CoreAPISpec.ApproveStreams.approved.txt" />
</ItemGroup>

<ItemGroup>
<Content Include="CoreAPISpec.ApproveCluster.approved.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="CoreAPISpec.ApproveClusterTools.approved.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="CoreAPISpec.ApproveCore.approved.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="CoreAPISpec.ApprovePersistence.approved.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="CoreAPISpec.ApprovePersistenceQuery.approved.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="CoreAPISpec.ApproveRemote.approved.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="CoreAPISpec.ApproveStreams.approved.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Akka.Persistence.Query\Akka.Persistence.Query.csproj" />
<ProjectReference Include="..\Akka\Akka.csproj" />
Expand Down

0 comments on commit 5cf4ea6

Please sign in to comment.