Skip to content

GitDepend/Lib1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lib1

Example Repository for GitDepend

This is the lowest level repository.

Building

To build this repository you must have Visual Studio 2015 installed.

Run make.bat to build the project. Nuget Packages will be available at artifacts\NuGet\Debug

GitDepend Configuration

GitDepend.json

{
  "name": "Lib1",
  "build": {
    "script": "make.bat",
    "arguments": ""
  },
  "packages": {
    "dir": "artifacts/NuGet/Debug"
  },
  "dependencies": []
}

About

Example Repository for GitDepend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published