File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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.2 \tools\</NUnitHome >
98
+ <NUnitHome >$(MSBuildProjectDirectory)\packages\NUnit.Runners.2.6.4 \tools\</NUnitHome >
99
99
<NUnitConsole >$(NUnitHome)nunit-console.exe</NUnitConsole >
100
100
</PropertyGroup >
101
101
<ItemGroup >
102
- <NUnitAddinFiles Include =" $(teamcity_dotnet_nunitaddin)-2.6.2 .*" />
102
+ <NUnitAddinFiles Include =" $(teamcity_dotnet_nunitaddin)-2.6.4 .*" />
103
103
</ItemGroup >
104
104
105
105
<Exec Command =" $(MSBuildProjectDirectory)\.nuget\nuget.exe install " $(MSBuildProjectDirectory)\.nuget\packages.config" -o " $(MSBuildProjectDirectory)\packages" " />
You can’t perform that action at this time.
0 commit comments