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:
authorEric Mellino <erme@microsoft.com>2017-02-28 22:30:40 +0300
committerEric Mellino <erme@microsoft.com>2017-02-28 22:30:40 +0300
commit40150ec90af99c5a86948f54c8ac3fe2e79c6494 (patch)
tree33c9c385e8bbc62c5d6356403f0339f3372069e6 /src/System.Runtime.CompilerServices.Unsafe/tests
parente7c0d730088ff84d39862596264bf20f50fe88b3 (diff)
Revert "Update buildtools and re-enable projects disabled due to Unix ilasm"
This reverts commit 29029cf396cdef2933f3bc97fe9db8affe35ba7a.
Diffstat (limited to 'src/System.Runtime.CompilerServices.Unsafe/tests')
-rw-r--r--src/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props4
-rw-r--r--src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props b/src/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props
index d3ac8a63c7..6cc4dcd0eb 100644
--- a/src/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props
+++ b/src/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props
@@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
- netcoreapp;
+ netcoreapp-Windows_NT;
</BuildConfigurations>
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj b/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj
index 9e3fca35e1..0ebfb9797c 100644
--- a/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj
+++ b/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj
@@ -3,6 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <UnsupportedPlatforms>Linux;NetBSD;OSX</UnsupportedPlatforms>
<ProjectGuid>{8012DD70-A6D7-45C0-BC8E-DFFB48D86E08}</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Debug|AnyCPU'" />
@@ -11,4 +12,4 @@
<Compile Include="UnsafeTests.cs" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file