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>2017-06-21 21:17:57 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-06-21 21:17:57 +0300
commite94be2dcfeb8aaa327fc5093b442323fdb7f0b35 (patch)
tree019cc5af9da9a565f7ed2775f18abb029451e6d4 /dir.props
parentee9c2f472eb7fe11c874259ce951541b9f3c8c79 (diff)
Enabling Multifile ILC Tests for uapaot-Release-x64 configuration
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index ba2b70257b..e543bff0a9 100644
--- a/dir.props
+++ b/dir.props
@@ -245,6 +245,12 @@
<SymbolPackageOutputPath Condition="'$(SymbolPackageOutputPath)'==''">$(PackageOutputPath)symbols/</SymbolPackageOutputPath>
</PropertyGroup>
+ <!-- Properties related to multi-file mode for ILC tests -->
+ <PropertyGroup>
+ <!-- Only enable multi-file for Uapaot-Release-x64 for now -->
+ <EnableMultiFileILCTests Condition="'$(TargetGroup)' == 'uapaot' And '$(ConfigurationGroup)' == 'Release' And '$(ArchGroup)' == 'x64'">true</EnableMultiFileILCTests>
+ </PropertyGroup>
+
<PropertyGroup>
<OptionalToolingJsonPath>$(ProjectDir)\external\test-runtime\optional.json</OptionalToolingJsonPath>
</PropertyGroup>