Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 498 Bytes

DEVELOPER.md

File metadata and controls

35 lines (23 loc) · 498 Bytes

Building and Testing ToleSql

Prerequisites.

You need at least .Net Core 1.1.0.

Getting the sources

Fork and clone ToleSql repository.

# Clone your GitHub repository:
git clone https://github.com/(user-name)/ToleSql.git

# Go to the ToleSql directory:
cd ToleSql

Restore dependencies

dotnet restore

Building

./build

Running tests

./test