From c3aaa7ed2780caebcf9b493fce8a01765d378efb Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 5 Jul 2019 15:52:41 +0200 Subject: [PATCH] fix app icon --- build/azure-pipelines/product-compile.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index 239fc3b1c90..f7170dfa979 100644 --- a/build/azure-pipelines/product-compile.yml +++ b/build/azure-pipelines/product-compile.yml @@ -87,6 +87,14 @@ steps: displayName: Install distro dependencies condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true')) +# 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 } + displayName: Mix in quality + - script: | set -e yarn gulp hygiene