Replaces configuration files and update project structure
This commit is contained in:
@ -1 +0,0 @@
|
||||
../.config/Tests.Directory.Build.props
|
28
tests/Directory.Build.props
Normal file
28
tests/Directory.Build.props
Normal file
@ -0,0 +1,28 @@
|
||||
<Project>
|
||||
<ImportGroup
|
||||
Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))) == 'true'">
|
||||
<Import
|
||||
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
||||
</ImportGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<IsPublishable>false</IsPublishable>
|
||||
<IsTestProject>true</IsTestProject>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Label="Loggers">
|
||||
<VSTestLogger
|
||||
Include="trx%3BLogFileName=TestResults-$(TargetFramework)-$(MSBuildProjectName).trx" />
|
||||
<VSTestLogger
|
||||
Include="html%3BLogFileName=TestResults-$(TargetFramework)-$(MSBuildProjectName).html" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition="$(ContinuousIntegrationBuild) == 'true'">
|
||||
<VSTestLogger>@(VSTestLogger)</VSTestLogger>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user