Skip to content

Commit 258ef13

Browse files
authored
Update docs/ide/how-to-specify-build-events-visual-basic.md
1 parent dd59ec2 commit 258ef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/how-to-specify-build-events-visual-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Build events in Visual Basic can be used to run scripts, macros, or other action
2222

2323
## How to specify pre-build and post-build events
2424

25-
To view or change build events for a Visual Basic .NET Core or .NET 5 and later project, right-click the project node, and choose **Properties** (or press **Alt**+**Enter**), then go to **Compile** > **Events**.
25+
To view or change build events for a Visual Basic .NET Core or .NET 5 and later project, right-click the project node, and choose **Properties** (or press **Alt**+**Enter**), then go to **Compile** > **Events**. Enter the desired command line. The working directory is the output directory.
2626

2727
For .NET Framework projects, follow these steps:
2828

0 commit comments

Comments
 (0)