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:
authorDan Moseley <danmose@microsoft.com>2017-05-02 00:23:56 +0300
committerGitHub <noreply@github.com>2017-05-02 00:23:56 +0300
commita3c6ed02c6baf04019b73f56068a9687ea51702f (patch)
treec40b0b629853e99dd3c68eb2deb4fc2b63a9f47c /src/System.Drawing.Primitives
parent10402804e1a5919433daadf5c3561b41f04c24ea (diff)
Skip verifying stack on full framework (#19182)
* Skip test on netfx * Fix build * build2 * build3
Diffstat (limited to 'src/System.Drawing.Primitives')
-rw-r--r--src/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj b/src/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
index 0de7eb3c65..f60c9aa3c1 100644
--- a/src/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
+++ b/src/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
@@ -23,6 +23,9 @@
<Compile Include="$(CommonTestPath)\System\Diagnostics\DebuggerAttributes.cs">
<Link>Common\System\Diagnostics\DebuggerAttributes.cs</Link>
</Compile>
+ <Compile Include="$(CommonTestPath)\System\PlatformDetection.cs">
+ <Link>CommonTest\System\PlatformDetection.cs</Link>
+ </Compile>
<Compile Include="$(CommonTestPath)\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
<Link>Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs</Link>
</Compile>