Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 804 Bytes

contributing.md

File metadata and controls

29 lines (17 loc) · 804 Bytes
  • Prerequisites

    • Visual Studio 2015 Update 3 or above
  • 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
    
  • 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 [email protected] with any additional questions or comments.