未验证 提交 cac715e6 编写于 作者: S Sam Harwell 提交者: GitHub

Merge pull request #41089 from Youssef1313/patch-4

Minor grammar fixes in markdown file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Working with the code ## Working with the code
Using the command line Roslyn can be developed using the following pattern: Using the command line, Roslyn can be developed using the following pattern:
1. Clone https://github.com/dotnet/roslyn 1. Clone https://github.com/dotnet/roslyn
1. Run Restore.cmd 1. Run Restore.cmd
...@@ -31,7 +31,7 @@ There are a number of options for running the core Roslyn unit tests: ...@@ -31,7 +31,7 @@ There are a number of options for running the core Roslyn unit tests:
### Command Line ### Command Line
The Test.cmd script will run our unit test on already built binaries. It can be passed the -build arguments to force a new build before running tests. The Test.cmd script will run our unit test on already built binaries. It can be passed the `-build` argument to force a new build before running tests.
1. Run the "Developer Command Prompt for VS2019" from your start menu. 1. Run the "Developer Command Prompt for VS2019" from your start menu.
2. Navigate to the directory of your Git clone. 2. Navigate to the directory of your Git clone.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册