Split pipeline into 2 jobs

This commit is contained in:
Josh Stewart 2019-02-18 12:25:11 +11:00
parent a5252bd299
commit 8c16018b7e
1 changed files with 2 additions and 2 deletions

View File

@ -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'