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:
Родитель
b10c77dd2e
Коммит
e7e57f8fbc
2
Makefile
2
Makefile
|
@ -5,8 +5,8 @@ all:
|
|||
$(MSBUILD)
|
||||
|
||||
prepare:
|
||||
nuget restore
|
||||
git submodule update --init --recursive
|
||||
nuget restore
|
||||
(cd external/Java.Interop && nuget restore)
|
||||
|
||||
clean:
|
||||
|
|
Загрузка…
Ссылка в новой задаче