Skip to content

GitDepend/Lib2

Repository files navigation

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

About

Example Repository for GitDepend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published