提交 7a4f81ee 编写于 作者: K Karthik Rajasekaran 提交者: GitHub

For full framework test build, pass in win-x64 as testnugetruntimeid (dotnet/corefx#14907)

* For full framework test build, pass in win-x64 as testnugetruntimeid

This is because of the simple exact string match required by the FilterRuntimeForSupports.

* Make System.Composition.Convention.Tests target netstandard1.3


Commit migrated from https://github.com/dotnet/corefx/commit/c3f912f2ca14562826c37e9cb7a2d2153eac5a07
上级 2fc12c4f
......@@ -5,6 +5,7 @@
<ProjectGuid>{853BB14F-8A5B-42B4-A053-21DE1AEBB335}</ProjectGuid>
<RootNamespace>ConventionsUnitTests</RootNamespace>
<AssemblyName>System.Composition.Convention.Tests</AssemblyName>
<NugetTargetMoniker Condition="'$(TargetGroup)' == ''">.NETStandard,Version=v1.3</NugetTargetMoniker>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
......
......@@ -529,7 +529,7 @@
"TestContainerSuffix": "windows10desktop",
"TargetTestCategory": "Full Framework",
"FilterToTestTFM": "net46",
"TestNugetRuntimeId": "win10-x64",
"TestNugetRuntimeId": "win-x64",
"EnableCloudTest": "true"
},
"ReportingParameters": {
......@@ -903,7 +903,7 @@
"TestContainerSuffix": "windows10desktop",
"TargetTestCategory": "Full Framework",
"FilterToTestTFM": "net46",
"TestNugetRuntimeId": "win10-x64",
"TestNugetRuntimeId": "win-x64",
"EnableCloudTest": "true"
},
"ReportingParameters": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册