From 4fea0cdb0f03c94d87972fe17144f67739ca5fbc Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Fri, 11 Dec 2020 15:46:37 -0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 77558369d31..55d710ef8ea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,4 +21,7 @@ steps: - script: | npm run build npm npm run clean:dist - electron-builder --win --x64 --ia32 -p never + displayName: 'npm build' + +- script: electron-builder --win --x64 --ia32 -p never + displayName: 'electron-builder package'