Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 708 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 708 Bytes

Lib2

Example Repository for GitDepend

This is the 2nd level repository.

Building

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 Configuration

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"
    }
  ]
}