This repository was archived by the owner on Oct 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <ArtefactPrefix >SharpDevelop_</ArtefactPrefix >
1515 <NUnitToolPath >$(MSBuildProjectDirectory)\Tools\NUnit</NUnitToolPath >
1616 <NUnitTempToolPath >$(SharpDevelopBin)\Tools\x86NUnit</NUnitTempToolPath >
17+ <NuGetPath >$(SharpDevelopSrc)\AddIns\Misc\PackageManagement\RequiredLibraries</NuGetPath >
18+ <NuGetExecutable >" $(NuGetPath)\NuGet.exe" </NuGetExecutable >
1719 <SamplesSrc >$(ProjectDir)\samples</SamplesSrc >
1820
1921 <!-- we cannot use <MSBuild> to build a solution because -->
7678 </Target >
7779
7880 <Target Name =" buildunittests" >
81+ <Exec WorkingDirectory =" $(ProjectDir)"
82+ Command =" $(NuGetExecutable) restore SharpDevelop.Tests.sln" />
7983 <Exec WorkingDirectory =" $(ProjectDir)"
8084 Command =" $(MSBuildExecutable) SharpDevelop.Tests.sln $(BuildProperties)" />
8185 </Target >
You can’t perform that action at this time.
0 commit comments