Skip to content

Commit c3aaa7e

Browse files
committed
fix app icon
1 parent fd01fec commit c3aaa7e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build/azure-pipelines/product-compile.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ steps:
8787
displayName: Install distro dependencies
8888
condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true'))
8989

90+
# Mixin must run before optimize, because the CSS loader will
91+
# inline small SVGs
92+
- powershell: |
93+
. build/azure-pipelines/win32/exec.ps1
94+
$ErrorActionPreference = "Stop"
95+
exec { yarn gulp mixin }
96+
displayName: Mix in quality
97+
9098
- script: |
9199
set -e
92100
yarn gulp hygiene

0 commit comments

Comments
 (0)