Add tests for marshalling as VARIANT_BOOL or VARIANT (#20856)
[platform/upstream/coreclr.git] / global.json
index 104bebe..9e3e1ca 100644 (file)
@@ -1,3 +1,13 @@
 {
-  "projects": [ "./tests/src", "./tests/src/Common" ]
+  "tools": {
+    "dotnet": "2.1.401"
+  },
+  "native-tools": {
+    "cmake": "3.11.1",
+    "python": "2.7.15"
+  },
+  "msbuild-sdks": {
+    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18564.20",
+    "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18564.20"
+  }
 }