Fix ext. tool build scripts
This commit is contained in:
parent
21b633c705
commit
a81a168cb0
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
CscToolExe="$(which csc)" dotnet build -c Debug -m
|
||||
dotnet build -c Debug -m
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
CscToolExe="$(which csc)" dotnet build -c Release -m
|
||||
dotnet build -c Release -m
|
||||
|
|
Loading…
Reference in New Issue