提交 c3aaa7ed 编写于 作者: J Joao Moreno

fix app icon

上级 fd01fec6
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册