Skip to content

Building Testing and Debugging on .Net Core MSBuild

Mihai Codoban edited this page Mar 17, 2016 · 23 revisions

MSBuild can be successfully built on Windows, OS X, and Ubuntu from the xplat branch.

Required packages

The initial build process is done with a Mono-hosted version of MSBuild. Until we migrate our build to use MSBuild on the CoreCLR, we require that mono be installed and on your PATH.

Build process

./cibuild.sh

Tests

Tests are currently disabled on platforms other than Windows. If you'd like to run them, explicitly opt in with

./cibuild.sh --scope Test
Clone this wiki locally