Skip to content

Commit

Permalink
Better way to get test project count. (#14285)
Browse files Browse the repository at this point in the history
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
  • Loading branch information
wyunchi-ms and wyunchi-ms authored Feb 24, 2021
1 parent 68f8ecb commit 5d128b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
PropertyName="SubTasks" />
</CreateProperty>
<CreateProperty
Value="@(TestCsprojList->Split(`;`)->Count())">
Value="$(TestCsprojList.Split(';').Length)">
<Output
TaskParameter="Value"
PropertyName="TestCsprojListCount" />
Expand Down

0 comments on commit 5d128b2

Please sign in to comment.