You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#if UNITY_STANDALONE// CodeDom API not available in most players. We only build and run this in the editor but we're
2185
-
// still affected by the current platform.
2186
-
#if !TEMP_DISABLE_EDITOR_TESTS_ON_TRUNK// Temporary: Disables tests while net-profile passed from UTR to trunk is overridden to netstandard (missing CodeDom)
2184
+
#if UNITY_STANDALONE// CodeDom API not available in most players. We only build and run this in the editor but we're
2185
+
// still affected by the current platform.
2186
+
#if !NET_STANDARD_2_0// Not possible to run when using .NET standard at the moment.
#if UNITY_STANDALONE// CodeDom API not available in most players.
2884
-
#if !TEMP_DISABLE_EDITOR_TESTS_ON_TRUNK// Temporary: Disables tests while net-profile passed from UTR to trunk is overridden to netstandard (missing CodeDom)
2883
+
#if !NET_STANDARD_2_0// Not possible to run when using .NET standard at the moment.
0 commit comments