File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 95
95
96
96
<Target Name =" Test" DependsOnTargets =" Build;Copy" >
97
97
<PropertyGroup >
98
- <NUnitHome >$(MSBuildProjectDirectory)\packages\NUnit.Runners.2.6.4 \tools\</NUnitHome >
99
- <NUnitConsole >$(NUnitHome)nunit- console.exe</NUnitConsole >
98
+ <XUnitHome >$(MSBuildProjectDirectory)\packages\xunit.runners.1.9.2 \tools\</XUnitHome >
99
+ <XUnitConsole >$(XUnitHome)xunit. console.clr4.x86. exe</XUnitConsole >
100
100
</PropertyGroup >
101
- <ItemGroup >
102
- <NUnitAddinFiles Include =" $(teamcity_dotnet_nunitaddin)-2.6.4.*" />
103
- </ItemGroup >
104
101
105
102
<Exec Command =" $(MSBuildProjectDirectory)\.nuget\nuget.exe install " $(MSBuildProjectDirectory)\.nuget\packages.config" -o " $(MSBuildProjectDirectory)\packages" " />
106
- <MakeDir Directories =" $(NUnitHome)addins" />
107
- <Copy SourceFiles =" @(NUnitAddinFiles)" DestinationFolder =" $(NUnitHome)addins" />
108
-
103
+
109
104
<CreateItem Include =" $(TestPath)\TestStack.BDDfy.Tests.dll;$(TestPath)\TestStack.BDDfy.Samples.dll" >
110
105
<Output ItemName =" _testFiles" TaskParameter =" Include" />
111
106
</CreateItem >
112
- <Exec Command =" " $(NUnitConsole )" @(_testFiles->'" %(FullPath)" ', ' ') /nologo / noshadow" ></ Exec >
107
+ <Exec Command =" " $(XUnitConsole )" @(_testFiles->'" %(FullPath)" ', ' ') /noshadow" / >
113
108
</Target >
114
109
115
110
<Target Name =" Distrib" DependsOnTargets =" Clean;Build;Copy" >
You can’t perform that action at this time.
0 commit comments