File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 25
25
<SourceExclusions >**\.svn\**\*.*;**\_svn\**\*.*;**\*.user;**\*.suo;**\*.db;**\bin\**\*.*;**\obj\**\*.*;</SourceExclusions >
26
26
<ProjectName >$(MSBuildProjectName)</ProjectName >
27
27
28
- <NUnitConsole >"$(MSBuildProjectDirectory)\Resource\Tool\NUnit\nunit-console.exe"</NUnitConsole >
28
+ <NUnitHome >$(MSBuildProjectDirectory)\Resource\Tool\NUnit\</NUnitHome >
29
+ <NUnitConsole >$(NUnitHome)nunit-console.exe</NUnitConsole >
30
+
29
31
</PropertyGroup >
30
32
33
+ <ItemGroup >
34
+ <NUnitAddinFiles Include =" $(teamcity_dotnet_nunitaddin)-2.6.2.*" />
35
+ </ItemGroup >
36
+
31
37
<!-- Default-->
32
38
<PropertyGroup Condition =" $(BuildFramework)=='' or $(BuildFramework)=='NET40'" >
33
39
<PackageName >$(ProjectName)-$(Version)-NET40</PackageName >
96
102
</Target >
97
103
98
104
<Target Name =" Test" DependsOnTargets =" Build;Copy" >
105
+ <MakeDir Directories =" $(NUnitHome)/bin/addins" />
106
+ <Copy SourceFiles =" @(NUnitAddinFiles)" DestinationFolder =" $(NUnitHome)/bin/addins" />
107
+
99
108
<CreateItem Include =" $(TestPath)\TestStack.BDDfy.Tests.dll;$(TestPath)\TestStack.BDDfy.Samples.dll" >
100
109
<Output ItemName =" _testFiles" TaskParameter =" Include" />
101
110
</CreateItem >
102
- <Exec Command =" $(NUnitConsole) @(_testFiles->'" %(FullPath)" ', ' ') /nologo /noshadow" ></Exec >
111
+ <Exec Command =" " $(NUnitConsole)" @(_testFiles->'" %(FullPath)" ', ' ') /nologo /noshadow" ></Exec >
103
112
</Target >
104
113
105
114
<Target Name =" Distrib" DependsOnTargets =" Clean;Build;Copy" >
Original file line number Diff line number Diff line change 1
1
2
- Microsoft Visual Studio Solution File, Format Version 11.00
3
- # Visual Studio 2010
2
+ Microsoft Visual Studio Solution File, Format Version 12.00
3
+ # Visual Studio 2013
4
+ VisualStudioVersion = 12.0.20617.1 PREVIEW
5
+ MinimumVisualStudioVersion = 10.0.40219.1
4
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{8F515887-AAB5-4873-8BE9-5AB10685EBCB}"
5
7
Project Section (SolutionItems ) = preProject
6
8
go .cmd = go .cmd
You can’t perform that action at this time.
0 commit comments