Example Repository for GitDepend
This is the 2nd level repository.
To build this repository you must have Visual Studio 2015 installed.
Ensure all dependencies are cloned and have nuget packages available by running make.bat update
. This will run GitDepend update
Build the solution with make.bat
GitDepend.json
{
"name": "Lib2",
"build": {
"script": "make.bat",
"arguments": ""
},
"packages": {
"dir": "artifacts/NuGet/Debug"
},
"dependencies": [
{
"url": "https://github.com/GitDepend/Lib1.git",
"dir": "../Lib1",
"branch": "master"
}
]
}