We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b92b6 commit 201d54cCopy full SHA for 201d54c
TestStack.BDDfy.build
@@ -104,7 +104,7 @@
104
<CreateItem Include="$(TestPath)\TestStack.BDDfy.Tests.dll;$(TestPath)\TestStack.BDDfy.Samples.dll">
105
<Output ItemName="_testFiles" TaskParameter="Include"/>
106
</CreateItem>
107
- <Exec Command=""$(XUnitConsole)" @(_testFiles->'"%(FullPath)"', ' ') /noshadow" />
+ <Exec Command=""$(XUnitConsole)" %(_testFiles.FullPath) /noshadow" />
108
</Target>
109
110
<Target Name="Distrib" DependsOnTargets="Clean;Build;Copy">
0 commit comments