From 8c16018b7ebd84013ca63dc8fc1a0ef1054e5d46 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Mon, 18 Feb 2019 12:25:11 +1100 Subject: [PATCH] Split pipeline into 2 jobs --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b69627..e5f2f64 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - azure-pipelines jobs: -- job: 32-bit +- job: 32_bit pool: vmImage: 'vs2017-win2016' @@ -26,7 +26,7 @@ jobs: electron-builder --win --arch=ia32 displayName: 'npm install and build 32-bit' -- job: 64-bit +- job: 64_bit pool: vmImage: 'vs2017-win2016'