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:
Diffstat (limited to 'src/dirs.proj')
-rw-r--r--src/dirs.proj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dirs.proj b/src/dirs.proj
index bc9ce5cad..a0ab1b264 100644
--- a/src/dirs.proj
+++ b/src/dirs.proj
@@ -2,9 +2,10 @@
<Import Project="dir.props" />
<ItemGroup>
- <!-- This project requires ILASM and we have access to that only on Windows -->
+ <!-- These projects requires ILASM and we have access to that only on Windows -->
<ExcludeProjects Condition="'$(OSEnvironment)'!='Windows_NT'" Include="**\TypeSystem.Tests.csproj" />
<ExcludeProjects Condition="'$(OSEnvironment)'!='Windows_NT'" Include="**\ILCompiler.MetadataTransform.Tests.csproj" />
+ <ExcludeProjects Condition="'$(OSEnvironment)'!='Windows_NT'" Include="**\ILVerification.Tests.csproj" />
<Project Include="AotPackageReference\AotPackageReference.depproj" />