fix for _RebuildReleaseAndRunTests.sh
This commit is contained in:
parent
8119c7bdba
commit
0528aa81c3
|
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh -e
|
||||
cd Utils/DefaultLanguageResMaker
|
||||
mono LanguageResMaker.exe
|
||||
cd ../..
|
||||
|
||||
MONO_IOMAP=case msbuild /p:Configuration=release pabcnetc.sln
|
||||
MONO_IOMAP=case msbuild /p:Configuration=release CodeCompletion/CodeCompletion.csproj
|
||||
mono --aot bin/pabcnetc.exe
|
||||
|
|
|
|||
Loading…
Reference in a new issue