mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix job id.
This commit is contained in:
parent
a40847aa29
commit
fa65efecaa
1 changed files with 8 additions and 4 deletions
12
tests.yaml
12
tests.yaml
|
|
@ -27,7 +27,8 @@ jobs:
|
|||
buildConfiguration: Lint
|
||||
condition: always()
|
||||
|
||||
- job: 'Linux Test Run'
|
||||
- job: 'LinuxTestRun'
|
||||
displayName: 'Linux Test Run $(python.version)'
|
||||
pool:
|
||||
vmImage: 'ubuntu-16.04'
|
||||
strategy:
|
||||
|
|
@ -81,7 +82,8 @@ jobs:
|
|||
buildConfiguration: UnitTest
|
||||
condition: always()
|
||||
|
||||
- job: 'macOS Test Run'
|
||||
- job: 'MacOSTestRun'
|
||||
displayName: 'macOS Test Run $(python.version)'
|
||||
pool:
|
||||
vmImage: 'macOS-10.13'
|
||||
strategy:
|
||||
|
|
@ -138,7 +140,8 @@ jobs:
|
|||
condition: always()
|
||||
|
||||
|
||||
- job: 'Windows Test Run'
|
||||
- job: 'WindowsTestRun'
|
||||
displayName: 'Windows Test Run $(python.version)'
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
strategy:
|
||||
|
|
@ -187,7 +190,8 @@ jobs:
|
|||
condition: always()
|
||||
|
||||
|
||||
- job: 'Windows 32bit Test Run'
|
||||
- job: 'WindowsTestRun32bit'
|
||||
displayName: 'Windows Test Run 32bit'
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue