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

Azure Pipelines: improve job names

"Ubuntu 16.04" -> "Ubuntu (x86_64)"

"Visual Studio 2017" -> "Windows (x86_64)"
This commit is contained in:
Davide Beatrici 2020-07-21 02:42:34 +02:00
parent d074899fd8
commit a9b30b829f
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
jobs:
- job: linux_64
displayName: 'Ubuntu 16.04'
- job: ubuntu_x86_64
displayName: 'Ubuntu (x86_64)'
pool:
vmImage: ubuntu-16.04
variables:

View File

@ -1,6 +1,6 @@
jobs:
- job: win_64
displayName: 'Visual Studio 2017'
- job: windows_x86_64
displayName: 'Windows (x86_64)'
pool:
vmImage: vs2017-win2016
steps: