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: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
8
8
### Added
9
9
10
-
- Ability to run multiple scripts in a single call (e.g. `dotnet r build test pack`) ([#10](https://github.com/xt0rted/dotnet-run-script/pull/10))
11
-
- Support for globbing in script names (e.g `dotnet r test:*` will match `test:unit` and `test:integration`) ([#79](https://github.com/xt0rted/dotnet-run-script/pull/79))
10
+
- Ability to run multiple scripts in a single call (e.g. `dotnet r build test pack`) ([#10][])
11
+
- Support for globbing in script names (e.g `dotnet r test:*` will match `test:unit` and `test:integration`) ([#79][])
12
12
13
13
### Updated
14
14
@@ -53,3 +53,6 @@
53
53
- Built-in `env` command to list available environment variables
54
54
- Flow parameters after `--` to the running script
55
55
- Skip commands that aren't found with the `--if-present` parameter
0 commit comments