Skip to content

Commit 6e7e1b9

Browse files
authored
Reorder sections in MSB4086 error documentation
1 parent f31e564 commit 6e7e1b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/msbuild/errors/msb4086.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ This article describes the MSB4086 error code.
2828

2929
This error occurs in an MSBuild project file when a number is expected in a condition expression, but the expression evaluated to a non-numeric value.
3030

31+
### Check numeric values
32+
33+
This error can also be generated if there's a problem with setting a numeric value. The root cause might be another error, such as an installation issue. For example, if a version number of an installed tool is used in a condition expression, but the tool isn't installed.
34+
3135
## Resolution
3236

3337
If the error occurs in your project file, check the project file for syntax errors and other problems. For more information about the syntax, see [MSBuild conditions](../msbuild-conditions.md).
3438

3539
Review the MSBuild properties and confirm you're using them as expected. Check the properties in the condition expression, especially properties with a numeric value, and confirm the values are numeric and use the correct syntax.
3640

37-
### Check numeric values
38-
39-
This error can also be generated if there's a problem with setting a numeric value. The root cause might be another error, such as an installation issue. For example, if a version number of an installed tool is used in a condition expression, but the tool isn't installed.
40-
4141
## Applies to
4242

4343
All versions of MSBuild

0 commit comments

Comments
 (0)