Skip to content

Commit af69dc0

Browse files
Fix Artifacts documentation to indicate allowed directory path separators (#392)
1 parent f82e8ef commit af69dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Artifacts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The `<Artifact />` items specify collections of artifacts to stage. These items
167167

168168
| Metadata | Description | Default |
169169
| -- | -- | -- |
170-
| `DestinationFolder` | A list of one or more paths separated by a space or semicolon to stage artifacts to | |
170+
| `DestinationFolder` | A list of one or more paths separated by a semicolon to stage artifacts to | |
171171
| `IsRecursive` | Enables a recursive path search for artifacts to stage | `true` |
172172
| `VerifyExists` | Enables a check that the file exists before copying | `true` |
173173
| `AlwaysCopy` | Enables copies even if the destination already exists | `false` |

0 commit comments

Comments
 (0)