Skip to content

Commit d40e69b

Browse files
committed
Improve Unity test stability with UNITY_WORKAROUND
1 parent e7e6e27 commit d40e69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop/MakeAssets.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (!(Test-Path ./bin/Debug/MsgPack.dll))
66
exit 1
77
}
88

9-
[string[]]$additionalDefines = ("#define AOT", "#define NET35")
9+
[string[]]$additionalDefines = ("#define AOT", "#define NET35", "#define UNITY_WORKAROUND")
1010
[xml]$csproj = Get-Content ./MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop.csproj
1111
foreach($c in $csproj.Project.ItemGroup.Compile)
1212
{

0 commit comments

Comments
 (0)