This example demonstrates how to build a simple Hello World C# project using MSBuild frontend.
- Install Visual Studio.
- Open a Developer command prompt for VS.
- Restore project:
msbuild /t:restore. - Set the environment variable
BUILDXL_BINto the BuildXL binary folder containingbxl.exe. For example, if your BuildXL repo is inD:\BuildXL, then building BuildXL itself usingbxl.cmd -Minimalwill put thebxl.exeinD:\BuildXL\Out\Bin\debug\win-x64. - Run
build.cmd.
The build outputs will be located in the bin folder. For further configuration options, see MsBuildResolver interface definition.