Update submodules before restoring nuget packages

If project files aren't available nuget shows a warning, make sure they
exist then, for the sake of purity :)
This commit is contained in:
Marek Habersack 2016-04-26 14:01:14 -04:00
Родитель b10c77dd2e
Коммит e7e57f8fbc
1 изменённых файлов: 1 добавлений и 1 удалений

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

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