Skip to content

Commit 551c844

Browse files
authored
Merge pull request #2278 from mikeblome/mb-1014
fixes 1014
2 parents 3403593 + 4beee8d commit 551c844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/understanding-custom-build-steps-and-build-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Understanding Custom Build Steps and Build Events"
3-
ms.date: "11/04/2016"
3+
ms.date: "08/29/2019"
44
helpviewer_keywords: ["builds [C++], events", "custom build steps [C++], customizing builds", "events [C++], build", "custom build steps [C++]", "build steps [C++]", "build events [C++], order of events and build steps", "build steps [C++], build events", "builds [C++], custom build steps"]
55
ms.assetid: beb2f017-3e9f-4b2c-9b57-2572fd2628e4
66
---
@@ -24,7 +24,7 @@ From within the Visual C++ development environment, there are three basic ways t
2424

2525
The output format of a custom build step or build event can also enhance the usability of the tool. For more information, see [Formatting the Output of a Custom Build Step or Build Event](formatting-the-output-of-a-custom-build-step-or-build-event.md).
2626

27-
Build events and custom build steps run in the following order along with other build steps:
27+
For each project in a solution, build events and custom build steps run in the following order along with other build steps:
2828

2929
1. Pre-Build event
3030

0 commit comments

Comments
 (0)