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