You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msbuild/item-functions.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,10 @@ The following example shows how to use intrinsic item functions.
96
96
-->
97
97
```
98
98
99
+
## MSBuild condition functions
100
+
101
+
The functions `Exists` and `HasTrailingSlash` are not item functions. They are available for use with the `Condition` attribute. See [MSBuild conditions](msbuild-conditions.md).
Copy file name to clipboardExpand all lines: docs/msbuild/property-functions.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -334,6 +334,10 @@ Output:
334
334
-->
335
335
```
336
336
337
+
## MSBuild condition functions
338
+
339
+
The functions `Exists` and `HasTrailingSlash` are not property functions. They are available for use with the `Condition` attribute. See [MSBuild conditions](msbuild-conditions.md).
0 commit comments