Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2018-04-25 02:04:30 +0300
committerAlan McGovern <alanmcgovern@users.noreply.github.com>2018-04-25 16:10:00 +0300
commit593bc542bd07146326600bb41c988def27bb8d89 (patch)
treee26674066aa462f495b61a5a29586d5df8173350 /build.proj
parentfe3ef4c1472b0295bc86071fecd5df35335a322e (diff)
[build] Move to packagereferences for our nugets
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index 668e247..8186618 100644
--- a/build.proj
+++ b/build.proj
@@ -60,6 +60,10 @@
<Target Name="Rebuild" DependsOnTargets="Clean;Build" />
+ <Target Name="Restore">
+ <MSBuild Projects="@(SolutionFiles)" Properties="$(CommonBuildProperties)" Targets="Restore" />
+ </Target>
+
<Target Name="Test" DependsOnTargets="TestMac;TestWindows">
<MakeDir Directories="$(Out)" />
<Exec Command="$(Mono64) @(NunitConsoleRunner) $(TestAssembly) -result=$(Out)\TestResult.xml" />