Skip to content

Commit aa4b038

Browse files
Merge pull request #13342 from MicrosoftDocs/ghogen-patch-79
Correct relative path
2 parents 06c9498 + 1e86524 commit aa4b038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use build events to specify commands that run before the build starts or after t
3636
5. In the **Post-build event command line** box, specify the syntax of the build event.
3737

3838
> [!NOTE]
39-
> Add a `call` statement before all post-build commands that run *.bat* files. For example, `call MyFile.bat` or `call MyFile.bat call MyFile2.bat`. Paths can be absolute, or relative to the project folder.
39+
> Add a `call` statement before all post-build commands that run *.bat* files. For example, `call MyFile.bat` or `call MyFile.bat call MyFile2.bat`. Paths can be absolute, or relative to the output folder.
4040
4141
6. In the **Run the post-build event** box, specify under what conditions to run the post-build event.
4242

0 commit comments

Comments
 (0)