Fix path for artifacts in SignalR tests (#23046)
* Fix path for artifacts in SignalR tests * Update syntax to match repo convention
This commit is contained in:
parent
538c462c05
commit
8f58fae09b
|
|
@ -16,5 +16,5 @@ jobs:
|
||||||
jobDisplayName: "SignalR Daily Tests"
|
jobDisplayName: "SignalR Daily Tests"
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: Windows_Logs
|
- name: Windows_Logs
|
||||||
path: ../../artifacts/log/
|
path: artifacts/log/
|
||||||
publishOnError: true
|
publishOnError: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue