From eb12875fcd52e16ee5a2df9233df60271d36fbab Mon Sep 17 00:00:00 2001 From: stakx Date: Sat, 2 May 2020 12:24:20 +0200 Subject: [PATCH] Temporarily execute Mono build first --- appveyor.yml | 2 +- build.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5428d4f4f8..964e1056bb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ image: -- Visual Studio 2017 - Ubuntu +- Visual Studio 2017 # ---------------- diff --git a/build.sh b/build.sh index eea56cc55d..c2bb21d5ef 100755 --- a/build.sh +++ b/build.sh @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # **************************************************************************** +set -x shopt -s expand_aliases DOTNETPATH=$(which dotnet)