fetch FuzzyLogicLibrary from NuGet

This commit is contained in:
Matthias Mailänder
2015-03-08 10:22:37 +01:00
parent 5ad1424c87
commit ac5a1b2569
5 changed files with 17 additions and 6 deletions

View File

@@ -64,4 +64,11 @@ if [ ! -f Moq.dll ]; then
nuget install Moq -Version 4.2.1502.0911
cp ./Moq.4.2.1502.0911/lib/net40/Moq.dll .
rm -rf Moq.4.2.1502.0911
fi
fi
if [ ! -f FuzzyLogicLibrary.dll ]; then
echo "Fetching FuzzyLogicLibrary from NuGet."
nuget install FuzzyLogicLibrary -Version 1.2.0
cp ./FuzzyLogicLibrary.1.2.0/bin/Release/FuzzyLogicLibrary.dll .
rm -rf FuzzyLogicLibrary.1.2.0
fi