Missing project, Badges, ignore test on MacOS for a green build

Summary:
For some reason this Universal.csproj wasn't pulled from rozele PR.. i added the missing files.

Added badges for build and nuget for more exposure.

Ignore a failing unit test on MacOS for a green build.
Closes https://github.com/facebook/yoga/pull/464

Reviewed By: emilsjolander

Differential Revision: D4670392

Pulled By: splhack

fbshipit-source-id: 9ea3150b92039cab87ce8696db983fdf373c5388
This commit is contained in:
Rui Marinho
2017-03-08 07:51:53 -08:00
committed by Facebook Github Bot
parent 53398b42c6
commit af8d55c08e
4 changed files with 145 additions and 1 deletions

View File

@@ -365,7 +365,9 @@ namespace Facebook.Yoga
child = null;
}
#if !__UNIFIED__
[Test]
#endif
public void TestParentDestructor()
{
ForceGC();