From a9c4c7d6232e1ebef3518fcff952a5620a9d77ac Mon Sep 17 00:00:00 2001 From: "Sergey S. Betke" Date: Sun, 27 May 2018 23:27:23 +0300 Subject: [PATCH] =?UTF-8?q?-=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D0=B8?= =?UTF-8?q?=20=D0=B0=D1=80=D1=82=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=BD=D0=B0=20AppVeyor=20=D0=BD=D0=B0=20Linux=20(IT-Service?= =?UTF-8?q?/ITG.MakeUtils#10,=20Metrolog/marks#40)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ITG.MakeUtils/appveyor.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ITG.MakeUtils/appveyor.mk b/ITG.MakeUtils/appveyor.mk index 1babe0ee..0278292a 100644 --- a/ITG.MakeUtils/appveyor.mk +++ b/ITG.MakeUtils/appveyor.mk @@ -9,7 +9,7 @@ ifdef APPVEYOR APPVEYORTOOL ?= appveyor -ifdef isLinux +ifeq $(CI_LINUX),true .SHELLFLAGS := $(.SHELLFLAGS) \ Import-Module -Name '/opt/appveyor/build-agent/AppVeyor.BuildAgent.PowerShell.dll';