diff options
Diffstat (limited to 'BuildIt.sh')
-rwxr-xr-x | BuildIt.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,4 +25,5 @@ if [ "4" == $(mono -V | head -n 1 | cut -d ' ' -f 5 | cut -d '.' -f 1) ]; then | |||
25 | else | 25 | else |
26 | # Use this for Mono 5 and later. | 26 | # Use this for Mono 5 and later. |
27 | msbuild /p:Configuration=Release | 27 | msbuild /p:Configuration=Release |
28 | # msbuild /p:Configuration=Debug | ||
28 | fi | 29 | fi |