Skip to content

Commit 201d54c

Browse files
committed
Fixed test run
1 parent 77b92b6 commit 201d54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestStack.BDDfy.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<CreateItem Include="$(TestPath)\TestStack.BDDfy.Tests.dll;$(TestPath)\TestStack.BDDfy.Samples.dll">
105105
<Output ItemName="_testFiles" TaskParameter="Include"/>
106106
</CreateItem>
107-
<Exec Command="&quot;$(XUnitConsole)&quot; @(_testFiles->'&quot;%(FullPath)&quot;', ' ') /noshadow" />
107+
<Exec Command="&quot;$(XUnitConsole)&quot; %(_testFiles.FullPath) /noshadow" />
108108
</Target>
109109

110110
<Target Name="Distrib" DependsOnTargets="Clean;Build;Copy">

0 commit comments

Comments
 (0)