Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-09-01 05:28:16 +0300
committerGitHub <noreply@github.com>2016-09-01 05:28:16 +0300
commit4644f59c447b56106594883a3f9a022bfbe870a4 (patch)
treecd8da77fe27d03d9446bb89866a630a4427dd70f /dir.props
parent1e023c48a1482aabfbaf2121b6173efa728f061d (diff)
Enable netcoreapp1.1 tests to run as part of the CI build (#11236)
Enable netcoreapp1.1 tests to run as part of the CI build
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props5
1 files changed, 2 insertions, 3 deletions
diff --git a/dir.props b/dir.props
index 700c9c3859..f553470812 100644
--- a/dir.props
+++ b/dir.props
@@ -472,9 +472,8 @@
<PropertyGroup>
<TestTFM Condition="'$(TestTFM)'=='' AND '$(TargetGroup)'=='netstandard1.7'">netcoreapp1.1</TestTFM>
<TestTFM Condition="'$(TestTFM)'==''">netcoreapp1.0</TestTFM>
- <FilterToTestTFM Condition="'$(FilterToTestTFM)'=='' AND '$(TestTFM)'=='netcoreapp1.1'">netcoreapp1.1</FilterToTestTFM>
- <!-- we default FilterToTestTFM to netcoreapp1.0 if it is not explicity defined -->
- <FilterToTestTFM Condition="'$(FilterToTestTFM)'==''">netcoreapp1.0</FilterToTestTFM>
+ <!-- we default FilterToTestTFM to netcoreapp1.1 if it is not explicity defined -->
+ <FilterToTestTFM Condition="'$(FilterToTestTFM)'==''">netcoreapp1.1</FilterToTestTFM>
</PropertyGroup>
<ItemGroup>