Split pipeline into 2 jobs
This commit is contained in:
parent
a5252bd299
commit
8c16018b7e
|
@ -7,7 +7,7 @@ trigger:
|
||||||
- azure-pipelines
|
- azure-pipelines
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: 32-bit
|
- job: 32_bit
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'vs2017-win2016'
|
vmImage: 'vs2017-win2016'
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
electron-builder --win --arch=ia32
|
electron-builder --win --arch=ia32
|
||||||
displayName: 'npm install and build 32-bit'
|
displayName: 'npm install and build 32-bit'
|
||||||
|
|
||||||
- job: 64-bit
|
- job: 64_bit
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'vs2017-win2016'
|
vmImage: 'vs2017-win2016'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue