fix app icon

This commit is contained in:
Joao Moreno
2019-07-05 15:52:41 +02:00
parent fd01fec60d
commit c3aaa7ed27
@@ -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