Skip to content

Commit cb14485

Browse files
committed
point out using forward slash
1 parent 1a559d1 commit cb14485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build-insights/tutorials/build-insights-tips.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Build Insights tips and tricks"
33
description: "Learn time-saving tips for using Build Insights."
4-
ms.date: 11/11/2024
4+
ms.date: 1/8/2025
55
author: tylermsft
66
ms.author: twhitney
77
ms.topic: article
@@ -33,11 +33,11 @@ To try it, click the filter button on the filter column header and select the pr
3333
The filter button is selected and a list of projects appears. Checkboxes next to two projects are checked.":::
3434
:::image-end:::
3535

36-
You can also use file wildcards to filter results. The search is case-insensitive:
36+
You can also use file wildcards to filter results. The search is case-insensitive and you should use forward slashes (`/`) as path separators:
3737

3838
:::image type="content" source="./media/build-insights-glob-filter.png" alt-text="A screenshot of the build insights filter dialog. There's a files to include text box and a files to exclude text box.":::
3939

40-
This allows you to exclude files from a specific folder or only include files from a specific folder. For example, if your source is located at `C:\src\`, you could include files only from the renderer directory and its subdirectories by putting `C:/src/dev/renderer/**` into the **files to include** text box.
40+
This allows you to exclude files from a specific folder or only include files from a specific folder. For example, if your source is located at `C:\src\`, you could include files only from the renderer directory and its subdirectories by putting `C:/src/dev/renderer/**` into the **files to include** text box. Use forward slashes (`/`) as path separators.
4141

4242
Here are some other examples:
4343

0 commit comments

Comments
 (0)