Skip to content

Commit 763e3a4

Browse files
Fix typo in build command documentation (#63756)
Small typo in documentation.
1 parent fabcdef commit 763e3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BuildFromSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ While it's typically better to use the project-specific build scripts, the repo-
214214
| ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
215215
| `.\eng\build.cmd -all -pack -arch x64` | Build development packages for all the shipping projects in the repo. Must be run from the root of the repo. |
216216
| `.\eng\build.cmd -test -projects .\src\Framework\test\Microsoft.AspNetCore.App.UnitTests.csproj` | Run all the unit tests in the `Microsoft.AspNetCore.App.UnitTests` project. |
217-
| `.\eng\build.cmd -noBuildNative -noBuildManage` | Builds the repo and skips native and managed projects, a quicker alternative to `./restore.cmd`. Must be run from the root of the repo. |
217+
| `.\eng\build.cmd -noBuildNative -noBuildManaged` | Builds the repo and skips native and managed projects, a quicker alternative to `./restore.cmd`. Must be run from the root of the repo. |
218218
219219
## Complete list of repo dependencies
220220

0 commit comments

Comments
 (0)