add innoupdater for fast update (#10015)

This commit is contained in:
Anthony Dresser
2020-04-16 12:25:17 -07:00
committed by GitHub
parent 51f47fbdee
commit 8435dc468e
2 changed files with 3 additions and 0 deletions

View File

@@ -97,6 +97,8 @@ steps:
exec { yarn gulp "vscode-win32-x64-min-ci" }
exec { yarn gulp "vscode-reh-win32-x64-min-ci" }
exec { yarn gulp "vscode-reh-web-win32-x64-min-ci" }
exec { yarn gulp "vscode-win32-x64-code-helper" }
exec { yarn gulp "vscode-win32-x64-inno-updater" }
displayName: Build
env:
VSCODE_MIXIN_PASSWORD: $(github-distro-mixin-password)