Upload artifacts for SignalR daily test run (#9660)

This commit is contained in:
BrennanConroy 2019-04-23 19:50:08 -07:00 committed by GitHub
parent 33e6840c5c
commit de8ea91d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -14,4 +14,7 @@ jobs:
agentOs: Windows
jobName: SignalRDailyTests
jobDisplayName: "SignalR Daily Tests"
artifacts:
- name: Windows_Logs
path: ../../artifacts/logs/
publishOnError: true

View File

@ -1,3 +1,3 @@
@ECHO OFF
SET RepoRoot=%~dp0..\..
%RepoRoot%\build.cmd -projects %~dp0**\*.*proj %*
SET RepoRoot=%~dp0..\..\
%RepoRoot%build.cmd -projects %~dp0**\*.*proj %*