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:
Safia Abdalla 2020-06-17 12:08:37 -07:00 committed by GitHub
parent 538c462c05
commit 8f58fae09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ jobs:
jobDisplayName: "SignalR Daily Tests"
artifacts:
- name: Windows_Logs
path: ../../artifacts/log/
path: artifacts/log/
publishOnError: true