Skip to content

Commit

Permalink
Merge pull request #10306 from MiYanni/patch-2
Browse files Browse the repository at this point in the history
Fix grammar in usingtask-element-msbuild.md
  • Loading branch information
ghogen authored Jul 10, 2024
2 parents dd57eb0 + e2ef221 commit bc2328c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/msbuild/usingtask-element-msbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The assembly containing the custom task is loaded when the `Task` is first used.
AssemblyFile="c:\myTasks\myTask.dll" />
```

Because there is no `Runtime` or `TaskHost` specified, the task will be executed the MSBuild process, in the runtime and architecture that happen to be running for a given build.
Because there is no `Runtime` or `TaskHost` specified, the task will be executed in the MSBuild process, in the runtime and architecture that happen to be running for a given build.

## Example 2

Expand Down

0 comments on commit bc2328c

Please sign in to comment.