Make ext. tool build scripts pass args through to dotnet
This commit is contained in:
parent
b14a741ffe
commit
5bdbe110e9
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
dotnet build -c Debug -m
|
dotnet build -c Debug -m "$@"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
dotnet build -c Release -m
|
dotnet build -c Release -m "$@"
|
||||||
|
|
Loading…
Reference in New Issue