mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Azure Pipelines: improve job names
"Ubuntu 16.04" -> "Ubuntu (x86_64)" "Visual Studio 2017" -> "Windows (x86_64)"
This commit is contained in:
parent
d074899fd8
commit
a9b30b829f
@ -1,6 +1,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- job: linux_64
|
- job: ubuntu_x86_64
|
||||||
displayName: 'Ubuntu 16.04'
|
displayName: 'Ubuntu (x86_64)'
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-16.04
|
vmImage: ubuntu-16.04
|
||||||
variables:
|
variables:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- job: win_64
|
- job: windows_x86_64
|
||||||
displayName: 'Visual Studio 2017'
|
displayName: 'Windows (x86_64)'
|
||||||
pool:
|
pool:
|
||||||
vmImage: vs2017-win2016
|
vmImage: vs2017-win2016
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user