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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2017-06-01 18:47:21 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-06-01 18:47:21 +0300
commit18ad8d4e6620e8c34e23f2a015a98ebb1042e9be (patch)
treee0d7d9bcece9991e5fd6115ccc112aa0347021ef /Makefile
parentbe9f45630d6789e4f94aed260535bdc28fb8c9dd (diff)
manually restoring the nunit console runner again.
This was removed in d03e819838c6241f92f90655cb448cc47c9e8791 to simplify the build process, but caused the makefile checks to fail on clean systems.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00dad548..6de63c3b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ $(MDOC):
prepare:
git submodule update --init --recursive
nuget restore apidoctools.sln
+ nuget install NUnit.Console -version 3.6.0 -NoCache -o packages
clean:
$(MSBUILD) apidoctools.sln /t:clean