Skip to content

Commit 9b11420

Browse files
Update articles/getting_started/content_pipeline/content_builder_project.md
Co-authored-by: Copilot <[email protected]>
1 parent 252bee8 commit 9b11420

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
@@ -159,7 +159,7 @@ To complete the process, add the following `Target` section to your `csproj` (be
159159
<ContentTemp>$(ProjectDir)$(IntermediateOutputPath)</ContentTemp>
160160
<ContentArgs>build -p $(MonoGamePlatform) -s Assets -o $(ContentOutput) -i $(ContentTemp)</ContentArgs>
161161
</PropertyGroup>
162-
<MSbuild Projects="..\Content\Content.csproj" Targets="Build;Run"
162+
<MSBuild Projects="..\Content\Content.csproj" Targets="Build;Run"
163163
Properties="RunArguments=$(ContentArgs);" />
164164
</Target>
165165
</Project>

0 commit comments

Comments
 (0)