Skip to content

Commit 4792b2a

Browse files
MSBuild: Remove duplication in task configuration (#6900)
This sentence got duplicated at some point.
1 parent b0ef5f9 commit 4792b2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/msbuild/how-to-configure-targets-and-tasks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ms.workload:
1313
---
1414
# How to: Configure targets and tasks
1515

16-
Selected MSBuild tasks can be set to run in the environment they target, regardless of the environment of the development computer. For example, when you use a 64-bit computer to build an application that targets a 32-bit architecture, selected tasks are run in a 32-bit process.
1716
Selected MSBuild tasks can be set to run in the environment they target, regardless of the environment of the development computer. For example, when you use a 64-bit computer to build an application that targets a 32-bit architecture, selected tasks are run in a 32-bit process.
1817

1918
> [!NOTE]

0 commit comments

Comments
 (0)