Skip to content

Commit a1da751

Browse files
committed
Update README.md
1 parent 01b576d commit a1da751

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ In this example both the `--configuration` and `--framework` options will be pas
141141
dotnet r build test:unit test:integration package -- --configuration Release --framework net6.0
142142
```
143143

144+
### Globbing or wildcard support
145+
146+
Multiple scripts can be run at the same time using globbing.
147+
This means `dotnet r test:*` will match `test:unit` and `test:integration` and run them in series in the order they're listed in the `global.json` file.
148+
149+
Globbing is handled by the [DotNet.Glob](https://github.com/dazinator/DotNet.Glob) library and currently supports all of its patterns and wildcards.
150+
144151
### Working directory
145152

146153
The working directory is set to the root of the project where the `global.json` is located.

0 commit comments

Comments
 (0)