Skip to content

Commit cc8f02d

Browse files
committed
Fix nunit path issue
1 parent adcf27b commit cc8f02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestStack.BDDfy.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
9595

9696
<Target Name="Test" DependsOnTargets="Build;Copy">
9797
<PropertyGroup>
98-
<NUnitHome>$(MSBuildProjectDirectory)\packages\NUnit.Runners.2.6.2\tools\</NUnitHome>
98+
<NUnitHome>$(MSBuildProjectDirectory)\packages\NUnit.Runners.2.6.4\tools\</NUnitHome>
9999
<NUnitConsole>$(NUnitHome)nunit-console.exe</NUnitConsole>
100100
</PropertyGroup>
101101
<ItemGroup>
102-
<NUnitAddinFiles Include="$(teamcity_dotnet_nunitaddin)-2.6.2.*" />
102+
<NUnitAddinFiles Include="$(teamcity_dotnet_nunitaddin)-2.6.4.*" />
103103
</ItemGroup>
104104

105105
<Exec Command="$(MSBuildProjectDirectory)\.nuget\nuget.exe install &quot;$(MSBuildProjectDirectory)\.nuget\packages.config&quot; -o &quot;$(MSBuildProjectDirectory)\packages&quot;" />

0 commit comments

Comments
 (0)