1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Azure Pipelines: add Windows 32 bit build

This commit is contained in:
Davide Beatrici 2020-07-21 21:51:10 +02:00
parent 59be67df25
commit 74a1e9bd1b

View File

@ -7,3 +7,11 @@ jobs:
- template: "azure-pipelines-win-steps.yml"
parameters:
bits: "64"
- job: windows_x86
displayName: 'Windows (x86)'
pool:
vmImage: vs2017-win2016
steps:
- template: "azure-pipelines-win-steps.yml"
parameters:
bits: "32"