Skip to content

Commit 252bee8

Browse files
Update articles/getting_started/content_pipeline/content_builder_project.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ce597d5 commit 252bee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/getting_started/content_pipeline/content_builder_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To complete the process, add the following `Target` section to your `csproj` (be
168168
Of note, you should take care with the following elements:
169169

170170
- `-s Assets` - this assumes you are using the default "Assets" source folder in the builder project. If your source content is elsewhere you will need to provide the path to it.
171-
- `-i $(ContentTemp` - this uses the default `obj` folder for building the content, if you are short on space, you can provide an alternate path for temp storage.
171+
- `-i $(ContentTemp)` - this uses the default `obj` folder for building the content, if you are short on space, you can provide an alternate path for temp storage.
172172
- `Projects="..\Content\Content.csproj"` - This should **MATCH** the folder and project name of your Builder. If you called your Builder something else or renamed the folder/csproj, make sure it matches.
173173

174174
You should not need to touch anything else.

0 commit comments

Comments
 (0)