Skip to content

Commit

Permalink
still not picking up new tests, so have hidden the old ones that are …
Browse files Browse the repository at this point in the history
…working, to see if new one picked up.
  • Loading branch information
Cathal McHale committed Jul 3, 2019
1 parent 46f56cf commit de10ca1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions test/Ray.Domain.Test/Ray.Domain.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Tuples\ComparePointsAndVectorsTests.cs" />
<Compile Remove="Tuples\ConvertTupleToPointOrVectorTests.cs" />
</ItemGroup>

<ItemGroup>
<None Include="Tuples\ComparePointsAndVectorsTests.cs" />
<None Include="Tuples\ConvertTupleToPointOrVectorTests.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand All @@ -25,10 +35,10 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="features\tuples\ComparePointsAndVectors.feature">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Update="features\tuples\ConvertTupleToPointOrVector.feature">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
</ItemGroup>

Expand Down

0 comments on commit de10ca1

Please sign in to comment.