Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 962 Bytes

contributing.md

File metadata and controls

31 lines (18 loc) · 962 Bytes
  • Prerequisites

    • Visual Studio 2017
  • Build

    Run the following commands for to get a clean repo:

      tools\scorch.cmd
      tools\restore.cmd
    

    Run the following command to build a release build:

      tools\buildRelease.cmd
    

    You can also build from Visual Studio, but you must run tools\restore.cmd at least once before building from VS is attempted, otherwise you will encounter errors.

  • Test

    Run the following command:

      tools\runtest.cmd
    
  • Before sending out pull request:

    Run the following command and verify there is no error:

      tools\localCheckinGate.cmd
    

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.