1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00
SoftEtherVPN/.ci/azure-pipelines-win.yml
2020-07-21 22:01:22 +02:00

18 lines
360 B
YAML

jobs:
- job: windows_x86_64
displayName: 'Windows (x86_64)'
pool:
vmImage: vs2017-win2016
steps:
- 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"