Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

This example demonstrates how to build a simple Hello World C# project using MSBuild frontend.

Prerequisite

  1. Install Visual Studio.

Instructions

  1. Open a Developer command prompt for VS.
  2. Restore project: msbuild /t:restore.
  3. Set the environment variable BUILDXL_BIN to the BuildXL binary folder containing bxl.exe. For example, if your BuildXL repo is in D:\BuildXL, then building BuildXL itself using bxl.cmd -Minimal will put the bxl.exe in D:\BuildXL\Out\Bin\debug\win-x64.
  4. Run build.cmd.

The build outputs will be located in the bin folder. For further configuration options, see MsBuildResolver interface definition.