Skip to content

Commit 5d128b2

Browse files
authored
Better way to get test project count. (#14285)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent 68f8ecb commit 5d128b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
PropertyName="SubTasks" />
142142
</CreateProperty>
143143
<CreateProperty
144-
Value="@(TestCsprojList->Split(`;`)->Count())">
144+
Value="$(TestCsprojList.Split(';').Length)">
145145
<Output
146146
TaskParameter="Value"
147147
PropertyName="TestCsprojListCount" />

0 commit comments

Comments
 (0)