Merge pull request #6081 from omajid/github-markdown-change

Fix markdown headings to work with github's new rendering
This commit is contained in:
Livar 2017-03-20 21:08:00 -07:00 committed by GitHub
commit 61bffa5030

View file

@ -44,7 +44,7 @@ Using the `dotnet` built in the previous step:
1. To run all tests invoke `build.cmd` or `build.sh` which will build the product and run the tests.
2. To run a specific test, cd into that test's directory and execute `dotnet test`. If using this approach, make sure to add `artifacts/{RID}/stage2` to your `PATH` and set the `NUGET_PACKAGES` environment variable to point to the repo's `.nuget/packages` directory.
##Adding a Command
## Adding a Command
The dotnet CLI supports several models for adding new commands: