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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil <schellap@microsoft.com>2015-11-18 03:40:18 +0300
committerSenthil <schellap@microsoft.com>2015-12-02 05:34:21 +0300
commita8199d3bfeb14dd44e45bbd598eef75cf6e5ef70 (patch)
tree2cd661422184b4e74c55f5bab0b3cb15ae6f6bb7 /dir.targets
parent9dacc6dd120e6579ae84c9fd41cae48ddc63035f (diff)
Switch to dotnet tools and add unix testing
- Fix few issues and produce xunit format - Set HOME if undefined and DOTNET_HOME - Enable CPP and JIT for all platforms except OSX o CLI has no support for RyuJIT.
Diffstat (limited to 'dir.targets')
-rw-r--r--dir.targets6
1 files changed, 1 insertions, 5 deletions
diff --git a/dir.targets b/dir.targets
index b24dcdffa..105a7702d 100644
--- a/dir.targets
+++ b/dir.targets
@@ -94,11 +94,7 @@
<!-- Restore build tools -->
<Exec Command="$(_RestoreBuildToolsCommand)" StandardOutputImportance="Low" />
- <!-- Add DNU and Roslyn tool execute rights -->
- <Exec Condition="'$(OsEnvironment)'=='Unix'"
- Command="chmod a+x &quot;$(DnxPackageDir)/bin/dnu&quot;" />
- <Exec Condition="'$(OsEnvironment)'=='Unix'"
- Command="chmod a+x &quot;$(DnxPackageDir)/bin/dnx&quot;" />
+ <!-- Add Roslyn tool execute rights -->
<Exec Condition="'$(OsEnvironment)'=='Unix'"
Command="find '$(RoslynPackageDir)tools' -name &quot;*.exe&quot; -exec chmod &quot;+x&quot; '{}' ';'" />