Fix ext. tool build scripts

This commit is contained in:
YoshiRulz 2020-11-26 14:50:12 +10:00
parent 21b633c705
commit a81a168cb0
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
CscToolExe="$(which csc)" dotnet build -c Debug -m
dotnet build -c Debug -m

View File

@ -1,2 +1,2 @@
#!/bin/sh
CscToolExe="$(which csc)" dotnet build -c Release -m
dotnet build -c Release -m