Skip to content

Commit 6f0f976

Browse files
committed
Include link to MSBuild Exec task
1 parent 32faa1f commit 6f0f976

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/ide/how-to-specify-build-events-csharp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ When you perform the previous steps, Visual Studio modifies your project file by
9090
</Target>
9191
```
9292

93+
The `Exec` element refers to the MSBuild `Exec` task. See [Exec task](../msbuild/exec-task.md).
94+
9395
## Errors and other output
9496

9597
The output of your build events is written to the **Build** section of the **Output Window**. To open it, choose **View** > **Other Windows**, **Output Window**, or press **Ctrl**+**Alt**+**O**. In the dropdown next to **Show output from**, choose **Build**.

0 commit comments

Comments
 (0)