From 7347fd69d0f1bef2d5026aacefde69417ed652d6 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 5 Jul 2019 16:42:20 +0200 Subject: [PATCH] :facepalm: --- build/azure-pipelines/product-compile.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index 57fa04b46d8..9aaf54363dc 100644 --- a/build/azure-pipelines/product-compile.yml +++ b/build/azure-pipelines/product-compile.yml @@ -89,10 +89,9 @@ steps: # Mixin must run before optimize, because the CSS loader will # inline small SVGs -- powershell: | - . build/azure-pipelines/win32/exec.ps1 - $ErrorActionPreference = "Stop" - exec { yarn gulp mixin } +- script: | + set -e + yarn gulp mixin displayName: Mix in quality - script: | -- GitLab