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
{{ message }}
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: test/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,14 @@ To specify what package version to test, use env var:
54
54
-`TEST_SUITE_FSHARP_CORE_PKG_VERSION` => `FSharp.Core` pkg version
55
55
56
56
If not set, default versions are specified in [test/testAssets/TestSuiteProps/TestSuiteProps.props](test/testAssets/TestSuiteProps/TestSuiteProps.props)
57
+
58
+
## Choose MSBuild host types
59
+
60
+
Use env var `TEST_SUITE_MSBUILD_HOST_TYPES` to run other test for different msbuild host types
61
+
62
+
Msbuild Core test always run
63
+
64
+
-`MSBUILD` to run also MSBuild (.NET Full), require `msbuild.exe` in `PATH`
65
+
-`MONO` to run also Mono, require `mono` in `PATH`
66
+
67
+
to specify multiple, use `;` separator, so `MSBUILD;MONO` for example
0 commit comments