nuget restore for Java.Interop also

This commit is contained in:
Ankit Jain 2016-04-22 18:05:51 -04:00
Родитель cd6a777f68
Коммит 74df3881c9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,7 @@ all:
prepare:
nuget restore
git submodule update --init --recursive
(cd external/Java.Interop && nuget restore)
clean:
$(MSBUILD) /t:Clean