From 0f321f55f3b79f39b3cf4d910ca3fa87126ba6fe Mon Sep 17 00:00:00 2001 From: Igor Popov Date: Sat, 22 Jul 2017 00:56:43 +0300 Subject: [PATCH] Trying to fix script execution; Downgraded C# Script. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b07769da..2e45b555 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ install: Write-Output "" > ~\.android\repositories.cfg if ($env:APPVEYOR_PULL_REQUEST_NUMBER) { Write-Host "PR detected. Installing C# Script Engine and doing translations check:" - cinst cs-script + cinst cs-script --version 3.26.2.0 cscs cscs -ac:2 -nl $env:APPVEYOR_BUILD_FOLDER\.github\check_translations.cs }