From cf3c038f8a36f924949a839a0815162ba8ee068c Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Mon, 22 Feb 2021 16:59:41 +0800 Subject: [PATCH] [Tools] Fix the issue of processing empty list in CI pipeline. (#14263) * Add Debug info for test phase * Fix the issue of test project list is empty Co-authored-by: wyunchi-ms --- build.proj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.proj b/build.proj index 8a5cb3842925..7af27a67905e 100644 --- a/build.proj +++ b/build.proj @@ -144,7 +144,7 @@ Value="@(TestCsprojList->Split(`;`)->Count())"> + PropertyName="TestCsprojListCount" /> @@ -317,7 +317,7 @@ - +