File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,3 +45,13 @@ Source/Core/Physics/DualityPhysics.xml
4545Samples /Benchmarks /Content /BenchmarkTestReport.txt
4646Tools /.vs /
4747Source /Editor /DualityEditor /EmbeddedResources /GamePluginTemplate.zip
48+ Build /NUnit /nunit3-console.exe.config
49+ Build /NUnit /nunit-agent.exe.config
50+ Build /NUnit /nunit-agent.exe
51+ Build /NUnit /nunit-agent-x86.exe.config
52+ Build /NUnit /nunit-agent-x86.exe
53+ Build /NUnit /nunit.engine.dll
54+ Build /NUnit /nunit.engine.api.dll
55+ Build /NUnit /nunit-project-loader.dll
56+ Build /NUnit /Mono.Cecil.dll
57+ Build /NUnit /nunit3-console.exe
Original file line number Diff line number Diff line change 1+ nunit-project-loader.dll
Original file line number Diff line number Diff line change 44 <BuildResultDir >..\Output</BuildResultDir >
55 <DocSolutionPath >..\Documentation\Documentation.shfbproj</DocSolutionPath >
66 <AdditionalFileDir >AdditionalFiles</AdditionalFileDir >
7- <NUnitBinDir >..\..\packages\ NUnit.ConsoleRunner.3.10.0\tools </NUnitBinDir >
7+ <NUnitBinDir >..\NUnit</NUnitBinDir >
88 <UnitTestProjectDir >..\..\Test\</UnitTestProjectDir >
99 <NuGetPath >nuget.exe</NuGetPath >
1010 <NuGetPackageSpecsDir >..\NuGetPackageSpecs</NuGetPackageSpecsDir >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <!-- Copy all required NUnit command line runner files to a local folder -->
3+ <PropertyGroup >
4+ <NUnitRunnerSourceDir >$(NuGetPackageRoot)\NUnit.ConsoleRunner\3.10.0\tools\</NUnitRunnerSourceDir >
5+ <NUnitLoaderSourceDir >$(NuGetPackageRoot)\NUnit.Extension.NUnitProjectLoader\3.6.0\tools\</NUnitLoaderSourceDir >
6+ <NUnitRunnerTargetDir >$(SolutionDir)Build\NUnit\</NUnitRunnerTargetDir >
7+ </PropertyGroup >
8+ <Target Name =" CopyTestRunner" AfterTargets =" Build" >
9+ <Message Text =" Copying NUnit binaries from '$(NUnitRunnerSourceDir)'" Importance =" high" />
10+ <Message Text =" Copying NUnit loader extension from '$(NUnitLoaderSourceDir)'" Importance =" high" />
11+ <Message Text =" Target directory for NUnit binaries: '$(NUnitRunnerTargetDir)'" Importance =" high" />
12+
13+ <Copy SourceFiles =" $(NUnitRunnerSourceDir)nunit3-console.exe" DestinationFolder =" $(NUnitRunnerTargetDir)" />
14+ <Copy SourceFiles =" $(NUnitRunnerSourceDir)nunit3-console.exe.config" DestinationFolder =" $(NUnitRunnerTargetDir)" />
15+ <Copy SourceFiles =" $(NUnitRunnerSourceDir)nunit.engine.dll" DestinationFolder =" $(NUnitRunnerTargetDir)" />
16+ <Copy SourceFiles =" $(NUnitRunnerSourceDir)nunit.engine.api.dll" DestinationFolder =" $(NUnitRunnerTargetDir)" />
17+ <Copy SourceFiles =" $(NUnitRunnerSourceDir)Mono.Cecil.dll" DestinationFolder =" $(NUnitRunnerTargetDir)" />
18+ <Copy SourceFiles =" $(NUnitRunnerSourceDir)nunit-agent.exe" DestinationFolder =" $(NUnitRunnerTargetDir)" />
19+ <Copy SourceFiles =" $(NUnitRunnerSourceDir)nunit-agent.exe.config" DestinationFolder =" $(NUnitRunnerTargetDir)" />
20+ <Copy SourceFiles =" $(NUnitRunnerSourceDir)nunit-agent-x86.exe" DestinationFolder =" $(NUnitRunnerTargetDir)" />
21+ <Copy SourceFiles =" $(NUnitRunnerSourceDir)nunit-agent-x86.exe.config" DestinationFolder =" $(NUnitRunnerTargetDir)" />
22+
23+ <Copy SourceFiles =" $(NUnitLoaderSourceDir)nunit-project-loader.dll" DestinationFolder =" $(NUnitRunnerTargetDir)" />
24+ </Target >
25+ </Project >
Original file line number Diff line number Diff line change 204204 </PackageReference >
205205 </ItemGroup >
206206 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
207+
208+ <!-- Copy all required NUnit command line runner files to a local folder -->
209+ <Import Project =" ..\AcquireNUnitRunner.targets" />
207210</Project >
Original file line number Diff line number Diff line change 106106 </PackageReference >
107107 </ItemGroup >
108108 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109+
110+ <!-- Copy all required NUnit command line runner files to a local folder -->
111+ <Import Project =" ..\AcquireNUnitRunner.targets" />
109112</Project >
You can’t perform that action at this time.
0 commit comments