You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
11
external/corefx/src/tests.builds
vendored
11
external/corefx/src/tests.builds
vendored
@@ -3,9 +3,20 @@
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- When building through build-tests.cmd tests.builds is the main project that is being built. We set IsTestProject to true when the project path has /tests/.
|
||||
Since IsTestProject is set to false in this case, when TargetGroup = netfx it will add net462 and net47 build configurations if they exist on the test project.
|
||||
We only want to build tests against current TargetGroup -->
|
||||
<AdditionalBuildConfigurations Condition="'$(TargetGroup)' == 'netfx'"></AdditionalBuildConfigurations>
|
||||
<GenerateCodeCoverageReportForAll>true</GenerateCodeCoverageReportForAll>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(RunningSharedFrameworkValidation)'=='true'">
|
||||
<TestProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\System.Data.Odbc.Tests.csproj" />
|
||||
<TestProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\System.IO.Pipes.Tests.csproj" />
|
||||
<TestProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\Microsoft.XmlSerializer.Generator.Tests.csproj" />
|
||||
<TestProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\System.Reflection.Context.Tests.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- For UAP we are using an APPX that is registered with a unique ID. Because of that we need to run tests sequentially -->
|
||||
<PropertyGroup Condition="'$(BuildingUAPVertical)'=='true' and '$(SkipTests)' != 'true' " >
|
||||
<SerializeProjects>true</SerializeProjects>
|
||||
|
||||
Reference in New Issue
Block a user