Skip to content

Commit

Permalink
Fix CI to have coverage name (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Aug 29, 2024
1 parent b7c3eb8 commit b10df2e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,16 @@ stages:
nameFormat: Server {0}
testFormat: devel/windows/{0}
targets:
- test: 2016/winrm/http
- test: 2019/winrm/https
- test: 2022/winrm/https
- test: 2022/psrp/https
- test: 2022/ssh/key
- name: Server 2016 WinRM HTTP
test: 2016/winrm/http
- name: Server 2019 WinRM HTTPS
test: 2019/winrm/https
- name: Server 2022 WinRM HTTPS
test: 2022/winrm/https
- name: Server 2022 PSRP HTTPS
test: 2022/psrp/https
- name: Server 2022 SSH Key
test: 2022/ssh/key
groups:
- 1
- stage: Summary
Expand Down

0 comments on commit b10df2e

Please sign in to comment.