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 9595
9696 <Target Name =" Test" DependsOnTargets =" Build;Copy" >
9797 <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 >
100100 </PropertyGroup >
101- <ItemGroup >
102- <NUnitAddinFiles Include =" $(teamcity_dotnet_nunitaddin)-2.6.4.*" />
103- </ItemGroup >
104101
105102 <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+
109104 <CreateItem Include =" $(TestPath)\TestStack.BDDfy.Tests.dll;$(TestPath)\TestStack.BDDfy.Samples.dll" >
110105 <Output ItemName =" _testFiles" TaskParameter =" Include" />
111106 </CreateItem >
112- <Exec Command =" " $(NUnitConsole )" @(_testFiles->'" %(FullPath)" ', ' ') /nologo / noshadow" ></ Exec >
107+ <Exec Command =" " $(XUnitConsole )" @(_testFiles->'" %(FullPath)" ', ' ') /noshadow" / >
113108 </Target >
114109
115110 <Target Name =" Distrib" DependsOnTargets =" Clean;Build;Copy" >
You can’t perform that action at this time.
0 commit comments