This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 35
35
<Target Name =" Default" DependsOnTargets =" $(DoBuildSolutionsDependsOn)" />
36
36
37
37
<Target Name =" TeamCityBuild" >
38
- <!-- <Copy SourceFiles="$(BuildSolutionDir)/tests/ServiceStack.Common.Tests/ci.app.config" DestinationFiles="$(BuildSolutionDir)/tests/ServiceStack.Common.Tests/app.config" />-->
39
38
<CallTarget Targets =" Default" />
40
39
</Target >
41
40
42
41
<Target Name =" BeforeBuildSolutions" >
43
42
<Message Text =" *****Before building solution*****" Importance =" high" />
44
- <!-- <Copy SourceFiles="Test/ci.app.config" DestinationFiles="Test/app.config" />-->
45
- </Target >
46
-
47
- <Target Name =" UnitTests" DependsOnTargets =" $(DoBuildSolutionsDependsOn)" >
48
- <Exec Command =" $(BuildSolutionDir)/lib/tests/nunit-console/nunit-console-x86.exe $(BuildSolutionDir)/tests/ServiceStack.Text.Tests/bin/$(Configuration)/ServiceStack.Text.Tests.dll" />
49
- <Exec Command =" $(BuildSolutionDir)/lib/tests/nunit-console/nunit-console-x86.exe /framework=4.0 $(BuildSolutionDir)/tests/ServiceStack.Text.Net40.Tests/bin/$(Configuration)/ServiceStack.Text.Tests.dll" />
50
43
</Target >
51
44
52
45
<Target Name =" BuildSolutions" >
Original file line number Diff line number Diff line change 38
38
<Target Name =" Default" DependsOnTargets =" $(DoBuildSolutionsDependsOn)" />
39
39
40
40
<Target Name =" TeamCityBuild" >
41
- <!-- <Copy SourceFiles="$(BuildSolutionDir)/tests/ServiceStack.Common.Tests/ci.app.config" DestinationFiles="$(BuildSolutionDir)/tests/ServiceStack.Common.Tests/app.config" />-->
42
41
<CallTarget Targets =" Default" />
43
42
</Target >
44
43
45
44
<Target Name =" BeforeBuildSolutions" >
46
45
<Message Text =" *****Before building solution*****" Importance =" high" />
47
- <!-- <Copy SourceFiles="Test/ci.app.config" DestinationFiles="Test/app.config" />-->
48
- </Target >
49
-
50
- <Target Name =" UnitTests" DependsOnTargets =" $(DoBuildSolutionsDependsOn)" >
51
- <Exec Command =" $(BuildSolutionDir)/lib/tests/nunit-console/nunit-console-x86.exe $(BuildSolutionDir)/tests/ServiceStack.Text.Tests/bin/$(Configuration)/ServiceStack.Text.Tests.dll" />
52
- <Exec Command =" $(BuildSolutionDir)/lib/tests/nunit-console/nunit-console-x86.exe /framework=4.0 $(BuildSolutionDir)/tests/ServiceStack.Text.Net40.Tests/bin/$(Configuration)/ServiceStack.Text.Tests.dll" />
53
46
</Target >
54
47
55
48
<Target Name =" BuildSolutions" >
You can’t perform that action at this time.
0 commit comments